aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-13 01:22:54 +0800
committerDan Winship <danw@src.gnome.org>2001-04-13 01:22:54 +0800
commit13acd44e987b0a08053f7970232ce3ca3fcf4fd0 (patch)
tree744bc79aa9cf6687758fbb71d594c7b49aa8bbfe /camel/ChangeLog
parent351be10bd9a2cba0a1527ed361df039e7d72c384 (diff)
downloadgsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.tar
gsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.tar.gz
gsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.tar.bz2
gsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.tar.lz
gsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.tar.xz
gsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.tar.zst
gsoc2013-evolution-13acd44e987b0a08053f7970232ce3ca3fcf4fd0.zip
Plug memory leaks.
* providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_remove): * camel-url.c (camel_url_to_string): Plug memory leaks. svn path=/trunk/; revision=9271
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6cd06ce3f9..f2191a0605 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-12 Dan Winship <danw@ximian.com>
+
+ * providers/imap/camel-imap-message-cache.c
+ (camel_imap_message_cache_remove):
+ * camel-url.c (camel_url_to_string): Plug memory leaks.
+
2001-04-11 Dan Winship <danw@ximian.com>
* providers/imap/camel-imap-utils.c (imap_parse_string_generic):