From: Chris Porter Date: Tue, 20 Jan 2009 20:57:25 +0000 (+0000) Subject: NEWSEARCH: I missed moving the free for the previous host fix. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/3c4b38ecedf721a5f64efa5f8515976b27abad4b NEWSEARCH: I missed moving the free for the previous host fix. --- diff --git a/newsearch/ns-host.c b/newsearch/ns-host.c index 190745a3..ab919d84 100644 --- a/newsearch/ns-host.c +++ b/newsearch/ns-host.c @@ -42,9 +42,9 @@ struct searchNode *host_parse(searchCtx *ctx, int argc, char **argv) { /* Allow "host real" to match realhost */ if (!ircd_strcmp(p,"real")) thenode->exe = host_exe_real; - } - argsn->free(ctx, argsn); + argsn->free(ctx, argsn); + } return thenode; }