diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-08-17 22:19:02 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-08-17 22:19:02 +0800 |
commit | 24feba20337274a86d51700fa0e8f56ce378c902 (patch) | |
tree | 78effe172324ffdb993888b9a3d7345d7ec209b3 /camel/ChangeLog | |
parent | 1cb1a157cb489f3b8dd49bed81bad7c9dec33f7e (diff) | |
download | gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.tar gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.tar.gz gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.tar.bz2 gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.tar.lz gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.tar.xz gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.tar.zst gsoc2013-evolution-24feba20337274a86d51700fa0e8f56ce378c902.zip |
Whole buncha leak fixes thanks to Purify
svn path=/trunk/; revision=4862
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0572761257..17bccfc015 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -7,6 +7,8 @@ * camel-object.c (camel_type_lock_up): Don't leave the type system locked when a bad unlock happens. + * providers/mbox/camel-mbox-store.c (get_folder): Fix a leak. + 2000-08-15 Peter Williams <peterw@helixcode.com> * providers/imap/camel-imap-folder.c (imap_copy_message_to): Typo fix. |