0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

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"); log(L_INFO "CLI connection closed");
} }
cli_free(s->data); cli_free(s->data);
rfree(s);
} }
static int static int