Audit and cleanup dispose methods of classes which have them.
[pspp] / src / ui / gui / psppire-dict.h
index 2c88a49492a0fa49e4cfb2ad7fb4595544fc665d..c3674b13300130593eff77539690187a2abe6558 100644 (file)
@@ -61,6 +61,8 @@ struct _PsppireDict
   GObject             parent;
   struct dictionary   *dict;
 
+  gboolean dispose_has_run;
+
   gboolean disable_insert_signal;
   /* For GtkTreeModelIface */
   gint stamp;