diff options
Diffstat (limited to 'sm/t-minip12.c')
-rw-r--r-- | sm/t-minip12.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/t-minip12.c b/sm/t-minip12.c index cc2fe2bb6..8c7ff4a9b 100644 --- a/sm/t-minip12.c +++ b/sm/t-minip12.c @@ -433,7 +433,8 @@ one_file (const char *name, const char *pass) gcry_free (tmpbuf); } } - } + p12_parse_free_kparms (result); + } if (badpass) log_error ("Bad password given?\n"); |