intel / isa-l_crypto

Other
271 stars 80 forks source link

Release mgr with aligned_free #63

Closed Vt-Vrajendra closed 7 months ago

Vt-Vrajendra commented 3 years ago

mgr is allocated with _aligned_malloc and released with free instead of aligned_free

gbtucker commented 3 years ago

Thanks @Vt-Vrajendra. Looks like there are two other cases of aligned alloc and free() in aes_thread.c. Is there a way to test since if I remember aligned_free() is required by windows and the example uses pthreads? Also remember to follow the signoff process.

pablodelara commented 7 months ago

Given there are no responses, I will close this PR and we'll take this work from here.