[evolution/gnome-3-8] Fix typo in e_mail_reader_refresh_folder_name().



commit 9cc5efee026dcb216b64cc32ee36a534f7e4d097
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jul 13 20:02:12 2013 -0400

    Fix typo in e_mail_reader_refresh_folder_name().
    
    We were leaking the EActivity.  Wonder if this is the mystery activity
    that's been blocking application shutdown lately.
    
    (cherry picked from commit 6565a88ded370eb48a25377f46b5fb2a7c9307f5)

 mail/e-mail-reader-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/e-mail-reader-utils.c b/mail/e-mail-reader-utils.c
index 537d380..3edcc1b 100644
--- a/mail/e-mail-reader-utils.c
+++ b/mail/e-mail-reader-utils.c
@@ -674,7 +674,7 @@ e_mail_reader_refresh_folder_name (EMailReader *reader,
                mail_reader_refresh_folder_name_cb,
                async_context);
 
-       g_object_unref (async_context);
+       g_object_unref (activity);
 }
 
 /* Helper for e_mail_reader_unsubscribe_folder_name() */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]