From 31c87215157fd3250414560d1d72a41d01253081 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 20 Apr 2002 02:22:07 +0000 Subject: Free the LIST pop3 command. 2002-04-19 Jeffrey Stedfast * 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 --- camel/camel-data-cache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/camel-data-cache.c') 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 -- cgit v1.2.3