From 74ae9178ab9e025463dd1d167282a0de65389a24 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 31 May 2002 00:00:16 +0000 Subject: Free the response before checking for errors. I'm not sure this'll 2002-05-30 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_rescan): Free the response before checking for errors. I'm not sure this'll actually fix the memory leak here, but it might? Certainly can't hurt. * camel-block-file.c (camel_block_file_finalise): Destroy the blocks hash table. svn path=/trunk/; revision=17053 --- camel/camel-block-file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'camel/camel-block-file.c') diff --git a/camel/camel-block-file.c b/camel/camel-block-file.c index 1ec1f74061..bc485dd6e5 100644 --- a/camel/camel-block-file.c +++ b/camel/camel-block-file.c @@ -228,7 +228,9 @@ camel_block_file_finalise(CamelBlockFile *bs) bl = bn; bn = bn->next; } - + + g_hash_table_destroy (bs->blocks); + if (bs->root_block) camel_block_file_unref_block(bs, bs->root_block); g_free(bs->path); -- cgit v1.2.3