aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-02 21:56:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-02 22:02:41 +0800
commitf01a6553b2bf073fd200e9ee3f8f442a3999a02b (patch)
tree294cb2212c406445f434c4972cca204b09d710fa
parent5dc6e55d7bb8199aa54bba603eb5154ba41a49c7 (diff)
downloadgsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.tar
gsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.tar.gz
gsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.tar.bz2
gsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.tar.lz
gsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.tar.xz
gsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.tar.zst
gsoc2013-empathy-f01a6553b2bf073fd200e9ee3f8f442a3999a02b.zip
main: destroy the window when we're done (#623396)
-rw-r--r--src/empathy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 24e885938..dd381dbe6 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -688,6 +688,7 @@ main (int argc, char *argv[])
g_object_unref (ft_factory);
g_object_unref (unique_app);
g_object_unref (gsettings);
+ gtk_widget_destroy (window);
notify_uninit ();
xmlCleanupParser ();