aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-06-10 02:17:10 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-06-10 02:17:10 +0800
commitc67d63acbaabca31297960e29725a9ef3224d327 (patch)
tree67092f1deb2cbc3dccdae747219c3930add5a507 /filter/ChangeLog
parent0e8a7f2e737a6883dbe381437425043d0ec7f83b (diff)
downloadgsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.tar
gsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.tar.gz
gsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.tar.bz2
gsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.tar.lz
gsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.tar.xz
gsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.tar.zst
gsoc2013-evolution-c67d63acbaabca31297960e29725a9ef3224d327.zip
Fixes some leaks from bug #43883.
2003-06-06 Jeffrey Stedfast <fejj@ximian.com> Fixes some leaks from bug #43883. * filter-file.c (xml_decode): Free file->path and set it to NULL before entering the loop to decode it. This way if the value is already set we don't leak it. Set file->path = g_strdup (str ? str : ""); and then xmlFree the str. 2003-05-21 Jeffrey Stedfast <fejj@ximian.com> * filter-source.c (filter_source_get_sources): Same as below. * filter-label.c (xml_create): Unref the gconf client when we're finished with it. svn path=/trunk/; revision=21390
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index e69de29bb2..2a3a45a8fb 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -0,0 +1,15 @@
+2003-06-06 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fixes some leaks from bug #43883.
+
+ * filter-file.c (xml_decode): Free file->path and set it to
+ NULL before entering the loop to decode it. This way if the value
+ is already set we don't leak it. Set file->path = g_strdup (str ?
+ str : ""); and then xmlFree the str.
+
+2003-05-21 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filter-source.c (filter_source_get_sources): Same as below.
+
+ * filter-label.c (xml_create): Unref the gconf client when we're
+ finished with it.