Fix (again) CID 1491255: resource leak.
[claws.git] / src / compose.c
index e3d55fe578933b5ba913d82a4ac60da30690311f..5323ad2fbe7cd7f3bd92d7975669274bb560af8a 100644 (file)
@@ -2389,6 +2389,8 @@ Compose *compose_reedit(MsgInfo *msginfo, gboolean batch)
        }
        if (!account) {
                account = cur_account;
+               if (manual_headers)
+                       procheader_entries_free(manual_headers);
        }
        cm_return_val_if_fail(account != NULL, NULL);