From ab2c451e2fbd692d5e2e4354acc63cb2ac1f347e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 2 Aug 2010 21:22:16 +0000 Subject: [PATCH] * free the new members of a floor --- webcit/roomlist.c | 4 ++++ 1 file changed, 4 insertions(+) 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) { -- 2.39.2