diff options
author | 5 <notzed@helixcode.com> | 2000-05-05 15:28:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-05 15:28:20 +0800 |
commit | 022c7ab1f28ac677a60cbffa54be28e3272f1c2d (patch) | |
tree | 78c6c3858166812bbe3728e27d0677fba0e9c1b8 /camel/ChangeLog | |
parent | 4a6a526998c160dd1fd8353cee2532206bb36c8e (diff) | |
download | gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.tar gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.tar.gz gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.tar.bz2 gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.tar.lz gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.tar.xz gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.tar.zst gsoc2013-evolution-022c7ab1f28ac677a60cbffa54be28e3272f1c2d.zip |
Plug a memory leak. (header_decode_text): Fixed memory leaks with
2000-05-05 <notzed@helixcode.com>
* camel-mime-utils.c (header_decode_mailbox): Plug a memory leak.
(header_decode_text): Fixed memory leaks with g_string_append().
(header_encode_string): And here too, and a few other places. The
glib api is so awful ...
(header_content_type_decode): More memory leaks, more left ...
2000-05-05 <notzed@helixcode.com>
* camel-mime-parser.c (folder_scan_init_with_fd): Make sure we
init the end of buffer sentinal!
(folder_scan_init_with_stream): And here too ...
svn path=/trunk/; revision=2810
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d2f2b6a732..ac81cd35cd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2000-05-05 <notzed@the-dot-in.helixcode.com> + + * camel-mime-utils.c (header_decode_mailbox): Plug a memory leak. + (header_decode_text): Fixed memory leaks with g_string_append(). + (header_encode_string): And here too, and a few other places. The + glib api is so awful ... + (header_content_type_decode): More memory leaks. + +2000-05-05 <notzed@helixcode.com> + + * camel-mime-parser.c (folder_scan_init_with_fd): Make sure we + init the end of buffer sentinal! + (folder_scan_init_with_stream): And here too ... + 2000-05-04 NotZed <NotZed@HelixCode.com> * providers/mbox/camel-mbox-folder.c (summary_get_message_info): |