crypt-burn: free() associated data after test

This commit is contained in:
Martin Willi
2015-05-04 13:24:33 +02:00
parent 362e87e3e0
commit b821575093
+1
View File
@@ -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;
}