diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-17 03:24:30 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-17 03:24:30 +0800 |
commit | cb09690008c468d5bb8fb9b27b761dccf126cfaa (patch) | |
tree | 3e65bdb42d13c9589b28dabd136f6bcdfe892f71 /camel/ChangeLog | |
parent | 224c97090305d7fbe20d76d50001118a4ade959b (diff) | |
download | gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.tar gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.tar.gz gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.tar.bz2 gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.tar.lz gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.tar.xz gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.tar.zst gsoc2013-evolution-cb09690008c468d5bb8fb9b27b761dccf126cfaa.zip |
More leak fixes
svn path=/trunk/; revision=4857
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index cf6aa6ed6e..0572761257 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-08-16 Peter Williams <peterw@helixcode.com> + * camel-internet-address.c (internet_encode): Fix a leak when + name = "". It's a single-byte leak, but it's the little things + that count. + * camel-object.c (camel_type_lock_up): Don't leave the type system locked when a bad unlock happens. |