Core/SOAP: Fix memory leak on shutdown reported by ASan

This commit is contained in:
jackpoz
2021-07-30 18:42:43 +02:00
committed by Ovahlord
parent 24d4e6977c
commit 1ea6bef697

View File

@@ -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);
}