diff options
author | Milan Crha <mcrha@redhat.com> | 2009-12-15 18:12:41 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-12-15 18:12:41 +0800 |
commit | 859c8b5a8fae36bdb615f35f792c8256d4c8f97e (patch) | |
tree | 020d25459a72882a3406d3f4f28641e72e9ceda9 /plugins | |
parent | c0c247128c71653e38c6a5de900a069e13a53d8e (diff) | |
download | gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.gz gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.zst gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.zip |
Bug #603342 - Memory leak fixes
Diffstat (limited to 'plugins')
-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); } |