aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-11-27 07:25:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-11-27 07:25:54 +0000
commitbe96efd1b4de4cca6ddb37b24a804f3678961d6d (patch)
tree84b7f5c5f27f91e97913d6d357c4855f720249d2 /ChangeLog
parent6d46ef5c157b87f6a44e009b4fc7f60078ecce59 (diff)
src/jpilot.c: jpilot_read_db_files(): fixed uninitialized variables.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3301 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd1f9f42..66d5ecfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-11-27
+ * src/jpilot.c: jpilot_read_db_files(): fixed uninitialized variable
+ "attrib", "unique_id" and "next_offset".
+
+2013-11-27
+
* src/template.c: template_load(): fixed fp leak on error.
* plugin/attachment_tool/attachment_tool.c: remove_attachment():
fixed fp leak on error.