Plug leaks.
authorDan Winship <danw@src.gnome.org>
Fri, 13 Apr 2001 21:36:09 +0000 (21:36 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 13 Apr 2001 21:36:09 +0000 (21:36 +0000)
commitf98dfe2ac94ea61e9a92b13704785cf85c76662e
tree33235b2f03f4f396af91461083645997e2130d45
parent38b12e3cf0c1d8d4f1f0547468940cd4e20d082f
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.
camel/ChangeLog
camel/camel-object.c
camel/camel-remote-store.c
camel/camel-uid-cache.c
camel/camel-url.c
camel/providers/imap/camel-imap-store.c