diff options
Diffstat (limited to 'lib/tpm.c')
-rw-r--r-- | lib/tpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -422,6 +422,7 @@ static int tpm_open_session(struct tpm_ctx_st *s, const char *_srk_password, uns ret = tss_err(err); goto out_srkpol; } + gnutls_free(password); return 0; |