1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-04 17:21:31 +03:00

Fixed memory leak in OpenSSL deinitialization function

This commit is contained in:
vvd
2019-02-27 15:45:31 +03:00
committed by Davide Beatrici
parent e750ace40a
commit 372e8aa031
2 changed files with 8 additions and 3 deletions

View File

@ -566,15 +566,15 @@ void FreeMayaqua()
// Release of real-time clock
FreeTick64();
// Release of crypt library
FreeCryptLibrary();
// Release of the string library
FreeStringLibrary();
// Release of thread pool
FreeThreading();
// Release of crypt library
FreeCryptLibrary();
if (IsTrackingEnabled())
{
// Show the kernel status