aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-24 06:48:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-24 06:48:54 +0000
commit64e685e51690547beeea580db1e07e7e122958da (patch)
tree30c697916febfa6139553f7a8c609e8422db7c72 /ChangeLog
parent99c745455b059217fb78f111620b27b0f1b7870b (diff)
my_tmpfile(): win32: fixed a memory leak.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2911 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24d9244a..f59a7b80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/summaryview.c: summary_colorlabel_menu_item_activate_item_cb():
removed alloca().
+ * libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak.
+ unix: removed alloca().
2011-06-23