diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-05-18 09:27:17 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-05-18 09:27:17 +0000 |
commit | 68e425c01ed5ad2150c8f55e193681658e45b48b (patch) | |
tree | 8faac9a919eccfa56c4c40a424ad83b5a3c02393 /src/main.c | |
parent | 941d23a9d48a753a692e389a437895d61314fb87 (diff) |
made 2.4.2 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1713 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1468,6 +1468,7 @@ static void open_message(const gchar *path) if (msginfo) { msgview = messageview_create_with_new_window(); messageview_show(msgview, msginfo, FALSE); + procmsg_msginfo_free(msginfo); } else debug_print("message %d not found\n", num); } |