From: Paul Date: Sat, 21 Feb 2009 15:52:23 +0000 (+0000) Subject: deref the node X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/919fa66b656b09a3608e026f96d7b736e4d03f0c deref the node --- diff --git a/proxyscan/proxyscan.c b/proxyscan/proxyscan.c index 03b74e06..803e23cf 100644 --- a/proxyscan/proxyscan.c +++ b/proxyscan/proxyscan.c @@ -476,6 +476,7 @@ void startscan(patricia_node_t *node, int type, int port, int class) { sp->state=SSTATE_CONNECTING; if (sp->fd<0) { /* Couldn't set up the socket? */ + derefnode(iptree,sp->node); freescan(sp); return; }