From: Wilfried Göesgens Date: Sun, 21 Feb 2010 18:37:02 +0000 (+0000) Subject: * more memleaks... X-Git-Tag: v7.86~396 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=d0b06f827c2116810054db11c603d59d9ca7f88d * more memleaks... --- diff --git a/webcit/netconf.c b/webcit/netconf.c index f3908d3e1..cdd265a41 100644 --- a/webcit/netconf.c +++ b/webcit/netconf.c @@ -138,6 +138,7 @@ void save_net_conf(HashList *Nodelist) } } FreeStrBuf(&Buf); + DeleteHashPos(&where); } serv_puts("000"); }