X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsitemap.c;h=306979571f83a0bcbda48122a805261175789ba7;hb=dcd75424640051cc4f4bfb91da10c4cdabc120de;hp=0bc394b98b0416a3839e190a093b49e8c4389bbd;hpb=097742f28f8ed713be6e99e6e74ef2f0c248312e;p=citadel.git diff --git a/webcit/sitemap.c b/webcit/sitemap.c index 0bc394b98..306979571 100644 --- a/webcit/sitemap.c +++ b/webcit/sitemap.c @@ -87,7 +87,7 @@ void sitemap(void) { } DeleteHashPos(&it); - DeleteHash(&roomlist); + /* DeleteHash(&roomlist); This will be freed when the session closes */ wc_printf("\r\n"); wDumpContent(0);