From 519f06e281c19c0447b4582a59847eeed20a6b7a Mon Sep 17 00:00:00 2001 From: thorkill Date: Tue, 24 Nov 2015 17:25:53 +0100 Subject: [PATCH] Fix a segfault in setup_outgoing_connection() on outgoing removal --- src/net_socket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net_socket.c b/src/net_socket.c index f1c1e946..43c8eaf5 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -632,7 +632,6 @@ void setup_outgoing_connection(outgoing_t *outgoing) { remove: list_delete(outgoing_list, outgoing); - free(outgoing); } /*