aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.c
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2007-10-09 20:53:31 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2007-10-09 20:53:31 +0800
commitd0a918cc53306d06357cc3de84270727bfbf6c55 (patch)
tree6652e5826edbe96b37679b9c67fbfffa564c3102 /mail/em-folder-tree-model.c
parent537ec9575e3083df12cb07873b2b9d463e9b7ec9 (diff)
downloadgsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.tar
gsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.tar.gz
gsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.tar.bz2
gsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.tar.lz
gsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.tar.xz
gsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.tar.zst
gsoc2013-evolution-d0a918cc53306d06357cc3de84270727bfbf6c55.zip
** Fix for bug #484635
2007-10-09 Bharath Acharya <abharath@novell.com> ** Fix for bug #484635 * em-folder-tree-model.c: (em_folder_tree_model_remove_store_info): Destroy functions in GHashTables to simplify memory management already free the store info. So do no free it again in this function. svn path=/trunk/; revision=34365
Diffstat (limited to 'mail/em-folder-tree-model.c')
-rw-r--r--mail/em-folder-tree-model.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index 68c90d6460..66978cdae8 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -847,7 +847,6 @@ em_folder_tree_model_remove_store_info (EMFolderTreeModel *model, CamelStore *st
g_hash_table_remove (model->store_hash, si->store);
g_hash_table_remove (model->account_hash, si->account);
- store_info_free (si);
}