X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=1db499d619e8a20eb19b8bbdd4ccba1f1055e9b2;hb=2b42b9962d1772e89f45a9ff2f08c0587dcc10fd;hp=9fe1dcc27b4bd28296577c466893b651f95af092;hpb=a532dec235fa570e8504f9c8e7f009f989c2d15f;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 9fe1dcc27..1db499d61 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -3441,7 +3441,6 @@ HashList *GetWhoKnowsHash(StrBuf *Target, WCTemplputParams *TP) serv_puts("WHOK"); Line = NewStrBuf(); - Token = NewStrBuf(); StrBuf_ServGetln(Line); if (GetServerStatus(Line, &State) == 1) { @@ -3470,6 +3469,7 @@ HashList *GetWhoKnowsHash(StrBuf *Target, WCTemplputParams *TP) _("Higher access is required to access this function."), -1, 0); + FreeStrBuf(&Line); return Whok; }