From 27a814b527d678b9f07c0ccc610fa526bac3ad91 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 24 Jan 2013 18:38:29 +0100 Subject: [PATCH] Properly destroy mem_cred object on pki --pkcs7 --help --- src/pki/commands/pkcs7.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pki/commands/pkcs7.c b/src/pki/commands/pkcs7.c index 3d53ace001..9f167d3768 100644 --- 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; -- 2.47.3