diff options
Diffstat (limited to 'plugins/templates/templates.c')
-rw-r--r-- | plugins/templates/templates.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |