Audit and cleanup dispose methods of classes which have them.
[pspp] / src / ui / gui / psppire-dict.h
index 4d78807cba2d97464d9b9a052b8df5904207587d..c3674b13300130593eff77539690187a2abe6558 100644 (file)
@@ -59,7 +59,9 @@ enum {DICT_TVM_COL_NAME=0,
 struct _PsppireDict
 {
   GObject             parent;
-  struct dictionary *dict;
+  struct dictionary   *dict;
+
+  gboolean dispose_has_run;
 
   gboolean disable_insert_signal;
   /* For GtkTreeModelIface */