diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 04:40:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 04:40:50 +0800 |
commit | c6e6588fb75373ab193b7d8927ac663aad4b39ab (patch) | |
tree | c5a8546b0374d7fb6cd065fe395fc8c7fa27e207 | |
parent | ec089b4a4129458f7140254607306eec0ef4aebf (diff) | |
download | gsoc2013-evolution-c6e6588fb75373ab193b7d8927ac663aad4b39ab.tar.gz gsoc2013-evolution-c6e6588fb75373ab193b7d8927ac663aad4b39ab.tar.zst gsoc2013-evolution-c6e6588fb75373ab193b7d8927ac663aad4b39ab.zip |
Fix a reference-counting regression I introduced.
-rw-r--r-- | mail/e-mail-sidebar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/e-mail-sidebar.c b/mail/e-mail-sidebar.c index 7f0a569534..5ed65f963b 100644 --- a/mail/e-mail-sidebar.c +++ b/mail/e-mail-sidebar.c @@ -371,7 +371,6 @@ mail_sidebar_check_state (EMailSidebar *sidebar) if (is_trash) state |= E_MAIL_SIDEBAR_FOLDER_IS_TRASH; - g_object_unref (store); g_free (full_name); g_free (uri); |