test: fix memory leak on AES test
When test case fails, always check if there is some memory allocated at the end of the test, and free it, before exiting the function.
Loading
Please register or sign in to comment
When test case fails, always check if there is some memory allocated at the end of the test, and free it, before exiting the function.