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.
This commit is contained in:
Matthew Barnes
2013-07-13 20:02:12 -04:00
parent 84ccfffb45
commit 6565a88ded

View File

@ -672,7 +672,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() */