diff options
Diffstat (limited to 'common/pem.c')
-rw-r--r-- | common/pem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/pem.c b/common/pem.c index b3c6acd..b0625ef 100644 --- a/common/pem.c +++ b/common/pem.c @@ -227,6 +227,7 @@ p11_pem_parse (const char *data, if (sink != NULL) (sink) (type, decoded, n_decoded, user_data); ++nfound; + free (decoded); } } |