X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fview%2Fview-widget.cpp;h=36c97af2f032643c2cd7b8a0b749aef3e6b1715f;hb=10233f4d8b628c765ea0b54c84da614cadf0f2c3;hp=6e60a9dfe77535849918dd2f4c6a63765752f87d;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/view/view-widget.cpp b/src/ui/view/view-widget.cpp index 6e60a9dfe..36c97af2f 100644 --- a/src/ui/view/view-widget.cpp +++ b/src/ui/view/view-widget.cpp @@ -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(); } /**