diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-02 17:14:49 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-02 17:14:49 +0200 |
commit | cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d (patch) | |
tree | 18b10b462cc9f6c3b2b087a5f417ea9aa4efd0b5 /sysdep | |
parent | 9b133458891724da2fd22f2a16ae19376e225ca0 (diff) | |
download | bird-cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d.tar bird-cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d.zip |
Deleted useless rfree. (Socked was freed by cli_free())
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 5315bfe..be3cf82 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -249,7 +249,6 @@ cli_err(sock *s, int err) log(L_INFO "CLI connection closed"); } cli_free(s->data); - rfree(s); } static int |