mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/SOAP: Fix memory leak on shutdown reported by ASan
This commit is contained in:
@@ -56,6 +56,8 @@ void TCSoapThread(const std::string& host, uint16 port)
|
||||
process_message(thread_soap);
|
||||
}
|
||||
|
||||
soap_destroy(&soap);
|
||||
soap_end(&soap);
|
||||
soap_done(&soap);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user