X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomlist.c;fp=webcit%2Froomlist.c;h=beb2faae7437b482cff1f246165940fc9c8c3bd7;hb=5fab96e568561eecea88c25c9e5b00c24202a1c5;hp=3bd202b30e35e2b8fef0c6584521d39eeb2c6129;hpb=bcfb3181089aad4fb059320f5a5046fa9087e91e;p=citadel.git diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 3bd202b30..beb2faae7 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -393,6 +393,8 @@ HashList *GetNetConfigHash(StrBuf *Target, WCTemplputParams *TP) else if (State == 550) AppendImportantMessage(_("Higher access is required to access this function."), -1); + FreeStrBuf(&Line); + FreeStrBuf(&Token); return WCC->CurRoom.IgnetCfgs[WantThisOne]; }