From f642e03d4967c80aaad45475475752264c95de5c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 15 Jun 2013 08:19:27 -0400 Subject: message_list_get_selected: Give the returned array a free func. The returned UID array now has a built-in "free" function for its elements and should be released by callers with g_ptr_array_unref() rather than em_utils_uids_free() or some equivalent. --- mail/em-utils.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index 103ed62b1a..16a0d677ae 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -431,9 +431,6 @@ em_utils_flag_for_followup (EMailReader *reader, e_mail_display_reload (display); exit: - /* XXX We shouldn't be freeing this. */ - em_utils_uids_free (uids); - gtk_widget_destroy (GTK_WIDGET (editor)); } @@ -470,8 +467,6 @@ em_utils_flag_for_followup_clear (GtkWindow *parent, } camel_folder_thaw (folder); - - em_utils_uids_free (uids); } /** @@ -514,8 +509,6 @@ em_utils_flag_for_followup_completed (GtkWindow *parent, camel_folder_thaw (folder); g_free (now); - - em_utils_uids_free (uids); } /* This kind of sucks, because for various reasons most callers need to run -- cgit v1.2.3