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 /modules/calendar/e-memo-shell-view-actions.c | |
parent | 006efb8e1e25b064911c739ec5c1ddee06a9531f (diff) | |
download | gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.gz gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.tar.zst gsoc2013-evolution-1f8eabe94fa7ac101606bb441d267db1fbac09c6.zip |
Bug #659125 - Reference counting issues in calendar
Diffstat (limited to 'modules/calendar/e-memo-shell-view-actions.c')
-rw-r--r-- | modules/calendar/e-memo-shell-view-actions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c index eacb5c1da7..d71b893fe3 100644 --- a/modules/calendar/e-memo-shell-view-actions.c +++ b/modules/calendar/e-memo-shell-view-actions.c @@ -385,7 +385,6 @@ action_memo_new_cb (GtkAction *action, gtk_window_present (GTK_WINDOW (editor)); g_object_unref (comp); - g_object_unref (client); } static void |