From cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 2 Jun 2004 15:14:49 +0000 Subject: Deleted useless rfree. (Socked was freed by cli_free()) --- sysdep/unix/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdep/unix/main.c') 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 -- cgit v1.2.3