diff options
author | Milan Crha <mcrha@redhat.com> | 2011-09-15 20:54:31 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-09-15 20:54:31 +0800 |
commit | 6ea72f4fe7cd9ed44660589bf13eb153007cb62e (patch) | |
tree | 7ec8cfe7d4816ade43eb9a76542fa323b219bb1b /calendar/gui/dialogs | |
parent | 5817e1ffb9bbe8449cc1881e2887f1a615cbea69 (diff) | |
download | gsoc2013-evolution-6ea72f4fe7cd9ed44660589bf13eb153007cb62e.tar.gz gsoc2013-evolution-6ea72f4fe7cd9ed44660589bf13eb153007cb62e.tar.zst gsoc2013-evolution-6ea72f4fe7cd9ed44660589bf13eb153007cb62e.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 1d5a45af31..5b3b520635 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1586,6 +1586,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, |