aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-16 20:16:16 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-16 20:16:16 +0800
commit277df4a98d11e14f7029030905e65a0804a886ff (patch)
tree36619f28453cbfe4cadafd53108fbe0efffdebf8 /e-util/ChangeLog
parentf6c356b11614f99acc3c0650be1b740caeb589db (diff)
downloadgsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar
gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar.gz
gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar.bz2
gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar.lz
gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar.xz
gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar.zst
gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.zip
xmlGetProp appears to return malloced memory. Thus we must free it.
2000-05-16 Christopher James Lahey <clahey@helixcode.com> * e-xml-utils.c: xmlGetProp appears to return malloced memory. Thus we must free it. svn path=/trunk/; revision=3087
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index a672adfa2d..7f2d602f62 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-16 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-xml-utils.c: xmlGetProp appears to return malloced memory.
+ Thus we must free it.
+
2000-05-15 Ettore Perazzoli <ettore@helixcode.com>
* e-util.c (e_free_string_list): New function.