From 044fde0583993fae3ec3c511ac0a5058c5745302 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 13 Apr 2001 21:36:09 +0000 Subject: Plug leaks. * camel-object.c (camel_object_hook_event): * camel-uid-cache.c (camel_uid_cache_get_new_uids): * camel-url.c (camel_url_new_with_base): Plug leaks. * camel-remote-store.c (camel_remote_store_init): Don't re-initialize the folders hash table. * providers/imap/camel-imap-store.c (imap_disconnect): Free authtypes since they'll be re-read on re-connect. (get_folder_info): Free folderinfos that we're discarding from the list. svn path=/trunk/; revision=9302 --- camel/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 506a7cadaa..7b2d2fa8d3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-04-13 Dan Winship + + * camel-object.c (camel_object_hook_event): + * camel-uid-cache.c (camel_uid_cache_get_new_uids): + * camel-url.c (camel_url_new_with_base): Plug leaks. + + * camel-remote-store.c (camel_remote_store_init): Don't + re-initialize the folders hash table. + + * providers/imap/camel-imap-store.c (imap_disconnect): Free + authtypes since they'll be re-read on re-connect. + (get_folder_info): Free folderinfos that we're discarding from the + list. + 2001-04-12 Jeffrey Stedfast * camel-pgp-context.c (camel_pgp_context_get_type): Oops, lets not -- cgit v1.2.3