[Xfce4-commits] <xfce4-session:jeromeg/libxfce4ui> Unref the builder at the end of the program.
Jérôme Guelfucci
noreply at xfce.org
Mon Jan 25 23:48:02 CET 2010
Updating branch refs/heads/jeromeg/libxfce4ui
to f75d17229af89348301177d5ec34a1c99bef8903 (commit)
from 48ad9cc0a98060f7dc43f268b6f9c45144574e1a (commit)
commit f75d17229af89348301177d5ec34a1c99bef8903
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Mon Jan 25 23:50:45 2010 +0100
Unref the builder at the end of the program.
settings/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings/main.c b/settings/main.c
index 93c0498..71eb929 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -150,13 +150,13 @@ main(int argc,
gtk_widget_reparent(plug_child, plug);
gtk_widget_show(plug_child);
- g_object_unref(builder);
-
/* Stop startup notification */
gdk_notify_startup_complete();
gtk_main();
}
+ g_object_unref(builder);
+
return EXIT_SUCCESS;
}
More information about the Xfce4-commits
mailing list