Return Receipt
[claws.git] / src / procmsg.c
index 27faf07dd960c17d043b1fe50890009f872adb31..969a0e8f3fbb9713b88dc7abb019d9a0a692a695 100644 (file)
@@ -749,6 +749,7 @@ MsgInfo *procmsg_msginfo_copy(MsgInfo *msginfo)
        MEMBCOPY(to_folder);
 
        MEMBDUP(xface);
+       MEMBDUP(dispositionnotificationto);
 
        return newmsginfo;
 }
@@ -757,6 +758,7 @@ void procmsg_msginfo_free(MsgInfo *msginfo)
 {
        if (msginfo == NULL) return;
 
+       g_free(msginfo->dispositionnotificationto);
        g_free(msginfo->xface);
 
        g_free(msginfo->fromname);