projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fdf427
)
list_delete() already free()s the deleted element.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 26 Nov 2015 10:29:54 +0000
(11:29 +0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 26 Nov 2015 10:29:54 +0000
(11:29 +0100)
src/net_socket.c
patch
|
blob
|
history
diff --git
a/src/net_socket.c
b/src/net_socket.c
index 11b632026d89ac38d54ec2cf1b94ab64ce314a1a..767e91e92b30ba92d1af9ded372760ed2647ce72 100644
(file)
--- a/
src/net_socket.c
+++ b/
src/net_socket.c
@@
-630,7
+630,6
@@
void setup_outgoing_connection(outgoing_t *outgoing) {
remove:
list_delete(outgoing_list, outgoing);
- free(outgoing);
}
/*