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:
39896d9
)
Properly destroy mem_cred object on pki --pkcs7 --help
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 24 Jan 2013 17:38:29 +0000
(18:38 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 24 Jan 2013 18:13:41 +0000
(19:13 +0100)
src/pki/commands/pkcs7.c
patch
|
blob
|
history
diff --git
a/src/pki/commands/pkcs7.c
b/src/pki/commands/pkcs7.c
index
3d53ace
..
9f167d3
100644
(file)
--- a/
src/pki/commands/pkcs7.c
+++ b/
src/pki/commands/pkcs7.c
@@
-295,6
+295,7
@@
static int pkcs7()
switch (command_getopt(&arg))
{
case 'h':
+ creds->destroy(creds);
return command_usage(NULL);
case 'i':
file = arg;