* free the new members of a floor
authorWilfried Göesgens <willi@citadel.org>
Mon, 2 Aug 2010 21:22:16 +0000 (21:22 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 2 Aug 2010 21:22:16 +0000 (21:22 +0000)
webcit/roomlist.c

index 2faa0d574270cfc9875bda6957b4611af9b2063e..c9ca82537f182894f8fd71d023cb90b752c70ebc 100644 (file)
@@ -135,6 +135,10 @@ void FlushFolder(folder *room)
 {
        int i;
 
+       FreeStrBuf(&room->XAPass);
+       FreeStrBuf(&room->Directory);
+       FreeStrBuf(&room->RoomAide);
+
        FreeStrBuf(&room->name);
        if (room->IgnetCfgs[0] == (HashList*) StrBufNOTNULL)
        {