aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-28 07:22:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-28 07:22:24 +0000
commitb3428b720c8c4ba59a4539542a0bf3e3a131bde8 (patch)
treed03f5969dc1e4c3cd9d8ff29bb0af65d09589afc /ChangeLog
parentc88da1f3d24c89cd80b2418a2c6cfe40567fd67e (diff)
libsylph/xml.c: xml_unescape_str(): removed alloca() call.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2918 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a60476fc..aa41ae94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* src/account_dialog.c: account_open(): removed alloca() call.
* src/folderview.c: removed alloca() calls.
* src/undo.c: undo_insert_text_cb(): removed alloca() call.
+ * libsylph/xml.c: xml_unescape_str(): removed alloca() call.
2011-06-24