aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-12-15 18:12:41 +0800
committerMilan Crha <mcrha@redhat.com>2009-12-15 18:12:41 +0800
commit859c8b5a8fae36bdb615f35f792c8256d4c8f97e (patch)
tree020d25459a72882a3406d3f4f28641e72e9ceda9 /plugins/templates
parentc0c247128c71653e38c6a5de900a069e13a53d8e (diff)
downloadgsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar
gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.gz
gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.bz2
gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.lz
gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.xz
gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.tar.zst
gsoc2013-evolution-859c8b5a8fae36bdb615f35f792c8256d4c8f97e.zip
Bug #603342 - Memory leak fixes
Diffstat (limited to 'plugins/templates')
-rw-r--r--plugins/templates/templates.c1
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);
}