]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Deleted useless rfree. (Socked was freed by cli_free())
authorOndrej Filip <feela@network.cz>
Wed, 2 Jun 2004 15:14:49 +0000 (15:14 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 2 Jun 2004 15:14:49 +0000 (15:14 +0000)
sysdep/unix/main.c

index 5315bfe78212603efab09bb4dcbc79bc2e0c9cb6..be3cf820ac724f2732adcd1622f0c21d205c49f5 100644 (file)
@@ -249,7 +249,6 @@ cli_err(sock *s, int err)
        log(L_INFO "CLI connection closed");
     }
   cli_free(s->data);
-  rfree(s);
 }
 
 static int