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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user