From: Wilfried Göesgens Date: Thu, 29 Apr 2010 21:15:41 +0000 (+0000) Subject: * free the wildfire buffer on session detaching X-Git-Tag: v7.86~235 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=6bcccabbc7624b13bb3ae2f857c9873dee8b4c5c * free the wildfire buffer on session detaching --- diff --git a/webcit/subst.c b/webcit/subst.c index 766790bb6..ccbbbdba2 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -3127,6 +3127,7 @@ SessionDetachModule_SUBST (wcsession *sess) { DeleteHash(&sess->vars); + FreeStrBuf(&sess->WFBuf); } void