From 859c8b5a8fae36bdb615f35f792c8256d4c8f97e Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 15 Dec 2009 11:12:41 +0100 Subject: Bug #603342 - Memory leak fixes --- plugins/templates/templates.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/templates') diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index e562685e95..1ed02dd22d 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -746,6 +746,7 @@ update_actions_cb (EShellView *shell_view) &action_count, merge_id, folder_info, folder, uids->pdata[0]); + camel_store_free_folder_info (store, folder_info); exit: em_utils_uids_free (uids); } -- cgit