summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-21 20:48:25 +0000
committermental <mental@users.sourceforge.net>2006-05-21 20:48:25 +0000
commitf764d526e7d480d65478695a82e9ff2d8ca0a3ec (patch)
tree45fc3e6bb83cbeb14915abd89d385df02d2b92dd /src
parentcall GC::request_early_collection() after switching preview images (diff)
downloadinkscape-f764d526e7d480d65478695a82e9ff2d8ca0a3ec.tar.gz
inkscape-f764d526e7d480d65478695a82e9ff2d8ca0a3ec.zip
request collection pass after destruction of a view widget
(bzr r924)
Diffstat (limited to 'src')
-rw-r--r--src/ui/view/view-widget.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}
/**