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

This commit is contained in:
jackpoz
2021-07-30 18:42:43 +02:00
parent 2a12e96d17
commit de4ccc7f27

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