aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-data-cache.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-20 10:22:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-20 10:22:07 +0800
commit31c87215157fd3250414560d1d72a41d01253081 (patch)
tree7c37296e9731405710abd28f99fa43a17c75b7cb /camel/camel-data-cache.c
parent3bda5b75e81de2febbdcafb5316ec805c018a91c (diff)
downloadgsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar
gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.gz
gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.bz2
gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.lz
gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.xz
gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.zst
gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.zip
Free the LIST pop3 command.
2002-04-19 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-folder.c (pop3_refresh_info): Free the LIST pop3 command. * camel-data-cache.c (data_cache_finalise): Free the cdc->path. svn path=/trunk/; revision=16550
Diffstat (limited to 'camel/camel-data-cache.c')
-rw-r--r--camel/camel-data-cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-data-cache.c b/camel/camel-data-cache.c
index 111076a5d8..9f44a89f5c 100644
--- a/camel/camel-data-cache.c
+++ b/camel/camel-data-cache.c
@@ -125,6 +125,8 @@ static void data_cache_finalise(CamelDataCache *cdc)
g_mutex_free(p->lock);
#endif
g_free(p);
+
+ g_free (cdc->path);
}
CamelType