diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-16 20:16:16 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-16 20:16:16 +0800 |
commit | 277df4a98d11e14f7029030905e65a0804a886ff (patch) | |
tree | 36619f28453cbfe4cadafd53108fbe0efffdebf8 /e-util/ChangeLog | |
parent | f6c356b11614f99acc3c0650be1b740caeb589db (diff) | |
download | gsoc2013-evolution-277df4a98d11e14f7029030905e65a0804a886ff.tar.gz 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/ChangeLog | 5 |
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. |