aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 27e7b632..0865f191 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);
}