]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomlist.c
* remove the room infomatic, add templates
[citadel.git] / webcit / roomlist.c
index 2faa0d574270cfc9875bda6957b4611af9b2063e..c692236f0619e363d06388912ad6e2947dcf0a45 100644 (file)
@@ -135,6 +135,11 @@ void FlushFolder(folder *room)
 {
        int i;
 
+       FreeStrBuf(&room->XAPass);
+       FreeStrBuf(&room->Directory);
+       FreeStrBuf(&room->RoomAide);
+       FreeStrBuf(&room->XInfoText);
+
        FreeStrBuf(&room->name);
        if (room->IgnetCfgs[0] == (HashList*) StrBufNOTNULL)
        {