Deleted useless rfree. (Socked was freed by cli_free())
This commit is contained in:
parent
9b13345889
commit
cb4dd4e2f7
1 changed files with 0 additions and 1 deletions
|
@ -249,7 +249,6 @@ cli_err(sock *s, int err)
|
||||||
log(L_INFO "CLI connection closed");
|
log(L_INFO "CLI connection closed");
|
||||||
}
|
}
|
||||||
cli_free(s->data);
|
cli_free(s->data);
|
||||||
rfree(s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue