From: Wilfried Göesgens Date: Mon, 30 Nov 2009 21:54:06 +0000 (+0000) Subject: * delete the room/floor hashes we store in the session (here too..) X-Git-Tag: v7.86~583 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ccfb7535046dcdcf19c1f1092a936131e9913fec * delete the room/floor hashes we store in the session (here too..) --- 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