diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-05 05:45:46 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-05 05:45:46 +0800 |
commit | 2c8c5507c716c4a3ed236037697ef0fa11b99fa3 (patch) | |
tree | 57c7485a829bfcafa489390620d1a52bc0c95029 | |
parent | e3c8aaf705a14f7db408781cf1332cd7d67e4da4 (diff) | |
download | gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.tar gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.tar.gz gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.tar.bz2 gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.tar.lz gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.tar.xz gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.tar.zst gsoc2013-empathy-2c8c5507c716c4a3ed236037697ef0fa11b99fa3.zip |
Don't unref widgets twice.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | src/empathy-debug-dialog.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/empathy-debug-dialog.c b/src/empathy-debug-dialog.c index 0d724b8d8..2f3c822fd 100644 --- a/src/empathy-debug-dialog.c +++ b/src/empathy-debug-dialog.c @@ -1195,12 +1195,6 @@ debug_dialog_dispose (GObject *object) if (priv->store != NULL) g_object_unref (priv->store); - if (priv->scrolled_win != NULL) - g_object_unref (priv->scrolled_win); - - if (priv->view != NULL) - g_object_unref (priv->view); - if (priv->name_owner_changed_signal != NULL) tp_proxy_signal_connection_disconnect (priv->name_owner_changed_signal); |