mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-17 20:23:00 -04:00

This is done to solve the problem with memory leak when pake abort status is forced. In this case the driver/build-in abort function was not executed. After failure core clears the operation object and no successive abort call is possible. Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>