Audit and cleanup dispose methods of classes which have them.
[pspp] / src / ui / gui / psppire-scanf.c
index 951b27357f059ee94e79ef9d4be2f443ee9e6e25..e91b03ee1d93dcdfbd56d51d7fd853319848a82a 100644 (file)
@@ -331,6 +331,8 @@ psppire_scanf_class_init (PsppireScanfClass *class)
 static void
 psppire_scanf_init (PsppireScanf *w)
 {
+  w->dispose_has_run = FALSE;
+
   gtk_orientable_set_orientation (GTK_ORIENTABLE (w), GTK_ORIENTATION_HORIZONTAL);
 }