crypt-burn: free() associated data after test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user