diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-02 15:14:49 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-02 15:14:49 +0000 |
commit | cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d (patch) | |
tree | 18b10b462cc9f6c3b2b087a5f417ea9aa4efd0b5 /sysdep/unix/main.c | |
parent | 9b133458891724da2fd22f2a16ae19376e225ca0 (diff) |
Deleted useless rfree. (Socked was freed by cli_free())
Diffstat (limited to 'sysdep/unix/main.c')
-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 5315bfe7..be3cf820 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 |