]> code.citadel.org Git - citadel.git/blobdiff - webcit/msg_renderers.c
Removed Msg->reply_to because it held data for an older version of the code, we no...
[citadel.git] / webcit / msg_renderers.c
index 74c34e5d69e7a98c5b11a860e6f12ea369c5535a..ed58d93d519be015747afa000ddb3b2d4869334a 100644 (file)
@@ -51,9 +51,7 @@ void DestroyMessageSummary(void *vMsg)
        FreeStrBuf(&Msg->Rfca);
        FreeStrBuf(&Msg->OtherNode);
 
-       FreeStrBuf(&Msg->reply_to);
-
-       DeleteHash(&Msg->Attachments);  /**< list of Accachments */
+       DeleteHash(&Msg->Attachments);  /* list of Attachments */
        DeleteHash(&Msg->Submessages);
        DeleteHash(&Msg->AttachLinks);
        DeleteHash(&Msg->AllAttach);