aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-24 07:45:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-24 07:45:51 +0000
commitaa0b97813b605a3000b0afa715b0151f99ccb7a1 (patch)
tree8dbb66663b137080dba68105918c5792e0c6ec47 /ChangeLog
parent64e685e51690547beeea580db1e07e7e122958da (diff)
src/compose.c: removed alloca() calls.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2912 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 f59a7b80..13c69a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
removed alloca().
* libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak.
unix: removed alloca().
+ * src/compose.c: removed alloca() calls.
2011-06-23