Closed Vt-Vrajendra closed 7 months 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.
Given there are no responses, I will close this PR and we'll take this work from here.
mgr is allocated with _aligned_malloc and released with free instead of aligned_free