diff options
author | Milan Crha <mcrha@redhat.com> | 2011-09-15 20:54:31 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-21 21:50:41 +0800 |
commit | 1f8eabe94fa7ac101606bb441d267db1fbac09c6 (patch) | |
tree | b08a285a44d1a8f2ef23d4e28390da3e6909ae5a /calendar/gui/dialogs | |
parent | 006efb8e1e25b064911c739ec5c1ddee06a9531f (diff) | |
download | gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.gz gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.bz2 gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.lz gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.xz gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.zst gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.zip |
Bug #659125 - Reference counting issues in calendar
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 507076ea63..75a4766e9d 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1588,6 +1588,8 @@ comp_editor_dispose (GObject *object) g_signal_handlers_disconnect_matched ( G_OBJECT (store), G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, object); + g_object_unref (priv->attachment_view); + priv->attachment_view = NULL; } /* We want to destroy the pages after the widgets get destroyed, |