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:
@ -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() */
|
||||
|
||||
Reference in New Issue
Block a user