[gimp] app: Kill UI configurer gracefully
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Kill UI configurer gracefully
- Date: Thu, 24 Jun 2010 20:53:49 +0000 (UTC)
commit b55c545359258f4f597212b29ea89fee408ecb2f
Author: Martin Nordholts <martinn src gnome org>
Date: Thu Jun 24 22:57:25 2010 +0200
app: Kill UI configurer gracefully
Kill UI configurer gracefully so it's easier to find real leaks.
app/gui/gui.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index b02f467..3896285 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -624,6 +624,9 @@ gui_exit_after_callback (Gimp *gimp,
g_object_unref (image_ui_manager);
image_ui_manager = NULL;
+ g_object_unref (ui_configurer);
+ ui_configurer = NULL;
+
session_exit (gimp);
menus_exit (gimp);
actions_exit (gimp);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]