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:
parent
9b13345889
commit
cb4dd4e2f7
@ -249,7 +249,6 @@ cli_err(sock *s, int err)
|
||||
log(L_INFO "CLI connection closed");
|
||||
}
|
||||
cli_free(s->data);
|
||||
rfree(s);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user