From ccfb7535046dcdcf19c1f1092a936131e9913fec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 30 Nov 2009 21:54:06 +0000 Subject: [PATCH] * delete the room/floor hashes we store in the session (here too..) --- webcit/roomlist.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 635f4586d..0c2211fc4 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -704,6 +704,12 @@ void jsonRoomFlr(void) end_burst(); } +void +SessionDetachModule_ROOMLIST +(wcsession *sess) +{ + DeleteHash(&sess->Floors); +} void -- 2.30.2