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:
b71f5f9
)
charon-tkm: Free name of the PID file
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 13 Sep 2016 14:27:12 +0000
(16:27 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 20 Sep 2016 14:26:05 +0000
(16:26 +0200)
src/charon-tkm/src/charon-tkm.c
patch
|
blob
|
history
diff --git
a/src/charon-tkm/src/charon-tkm.c
b/src/charon-tkm/src/charon-tkm.c
index
41b364f
..
3136b80
100644
(file)
--- a/
src/charon-tkm/src/charon-tkm.c
+++ b/
src/charon-tkm/src/charon-tkm.c
@@
-373,6
+373,7
@@
int main(int argc, char *argv[])
run();
unlink_pidfile();
+ free(pidfile_name);
status = 0;
charon->bus->remove_listener(charon->bus, &listener->listener);
listener->destroy(listener);