From: Wilfried Göesgens Date: Mon, 2 Aug 2010 21:22:16 +0000 (+0000) Subject: * free the new members of a floor X-Git-Tag: v8.01~968 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ab2c451e2fbd692d5e2e4354acc63cb2ac1f347e * free the new members of a floor --- diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 2faa0d574..c9ca82537 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -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) {