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:
1b7d2e3
)
fixed plugin loader destruction
author
Martin Willi
<martin@strongswan.org>
Wed, 25 Jun 2008 14:53:49 +0000
(14:53 -0000)
committer
Martin Willi
<martin@strongswan.org>
Wed, 25 Jun 2008 14:53:49 +0000
(14:53 -0000)
src/libstrongswan/plugins/plugin_loader.c
patch
|
blob
|
history
diff --git
a/src/libstrongswan/plugins/plugin_loader.c
b/src/libstrongswan/plugins/plugin_loader.c
index
c2996f7
..
b19a6af
100644
(file)
--- a/
src/libstrongswan/plugins/plugin_loader.c
+++ b/
src/libstrongswan/plugins/plugin_loader.c
@@
-169,7
+169,7
@@
static enumerator_t* create_plugin_enumerator(private_plugin_loader_t *this)
static void destroy(private_plugin_loader_t *this)
{
this->plugins->destroy_offset(this->plugins, offsetof(plugin_t, destroy));
- this->
plugins->destroy_function(this->plugin
s, free);
+ this->
names->destroy_function(this->name
s, free);
free(this);
}