strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b01ce
)
Release leaking child config after uninstalling shunt policy
author
Martin Willi
<martin@revosec.ch>
Mon, 23 Jul 2012 15:13:20 +0000
(17:13 +0200)
committer
Martin Willi
<martin@revosec.ch>
Mon, 23 Jul 2012 15:15:40 +0000
(17:15 +0200)
src/libcharon/sa/shunt_manager.c
patch
|
blob
|
history
diff --git
a/src/libcharon/sa/shunt_manager.c
b/src/libcharon/sa/shunt_manager.c
index
52b2ecd
..
5af43fb
100644
(file)
--- a/
src/libcharon/sa/shunt_manager.c
+++ b/
src/libcharon/sa/shunt_manager.c
@@
-206,6
+206,7
@@
METHOD(shunt_manager_t, uninstall, bool,
return FALSE;
}
uninstall_shunt_policy(child);
+ child->destroy(child);
return TRUE;
}