Core/Crypto: Fixed EVP_PKEY reference counting for copied objects

Closes #27943
This commit is contained in:
Shauren
2022-05-06 12:21:59 +02:00
parent d1266a2abe
commit aa6a0f2431
7 changed files with 71 additions and 20 deletions

View File

@@ -22,6 +22,7 @@
#include "Common.h"
#include "AppenderDB.h"
#include "AsyncAcceptor.h"
#include "AuthenticationPackets.h"
#include "Banner.h"
#include "BattlegroundMgr.h"
#include "BigNumber.h"
@@ -401,6 +402,8 @@ extern int main(int argc, char** argv)
WorldUpdateLoop();
// Shutdown starts here
WorldPackets::Auth::ConnectTo::ShutdownEncryption();
threadPool.reset();
sLog->SetSynchronous();