Code

Handle Dialog events properly
[inkscape.git] / src / ui / view / view-widget.cpp
index 6e60a9dfe77535849918dd2f4c6a63765752f87d..36c97af2f032643c2cd7b8a0b749aef3e6b1715f 100644 (file)
@@ -84,6 +84,8 @@ static void sp_view_widget_destroy(GtkObject *object)
     if (((GtkObjectClass *) (widget_parent_class))->destroy) {
         (* ((GtkObjectClass *) (widget_parent_class))->destroy)(object);
     }
+
+    Inkscape::GC::request_early_collection();
 }
 
 /**