Deleted useless rfree. (Socked was freed by cli_free())

This commit is contained in:
Ondrej Filip 2004-06-02 15:14:49 +00:00
parent 9b13345889
commit cb4dd4e2f7

View file

@ -249,7 +249,6 @@ cli_err(sock *s, int err)
log(L_INFO "CLI connection closed");
}
cli_free(s->data);
rfree(s);
}
static int