diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 21:56:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 22:02:41 +0800 |
commit | f01a6553b2bf073fd200e9ee3f8f442a3999a02b (patch) | |
tree | 294cb2212c406445f434c4972cca204b09d710fa /src | |
parent | 5dc6e55d7bb8199aa54bba603eb5154ba41a49c7 (diff) | |
download | gsoc2013-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)
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 1 |
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 (); |