diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/crypt_burn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/crypt_burn.c b/scripts/crypt_burn.c index c0143d0a5..3bd36d2dc 100644 --- a/scripts/crypt_burn.c +++ b/scripts/crypt_burn.c @@ -120,6 +120,7 @@ static bool burn_aead(const proposal_token_t *token, u_int limit, u_int len) free(iv.ptr); free(data.ptr); free(key.ptr); + free(assoc.ptr); return ok; } |