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:
18c617e
)
Use the proper free function.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 3 Dec 2004 13:27:33 +0000
(13:27 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 3 Dec 2004 13:27:33 +0000
(13:27 +0000)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index 834b7d7735fdccdddb3b304bc35a907e804ae24f..9e5d145ea200295ae989c27bc1cb1d16a995e56f 100644
(file)
--- a/
src/connection.c
+++ b/
src/connection.c
@@
-44,7
+44,7
@@
void init_connections(void)
{
cp();
- connection_tree = avl_alloc_tree((avl_compare_t) connection_compare, (avl_action_t) free);
+ connection_tree = avl_alloc_tree((avl_compare_t) connection_compare, (avl_action_t) free
_connection
);
broadcast = new_connection();
broadcast->name = xstrdup(_("everyone"));
broadcast->hostname = xstrdup(_("BROADCAST"));