mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #3842: Fix deprecated QSslSocket::setDefaultCaCertificates
This commit is contained in:
commit
de8a92ea53
@ -598,10 +598,8 @@ int main(int argc, char **argv) {
|
||||
Global::g_global_struct = NULL;
|
||||
|
||||
#ifndef QT_NO_DEBUG
|
||||
// Hide Qt memory leak.
|
||||
QSslSocket::setDefaultCaCertificates(QList<QSslCertificate>());
|
||||
// Release global protobuf memory allocations.
|
||||
#if (GOOGLE_PROTOBUF_VERSION >= 2001000)
|
||||
// Release global protobuf memory allocations.
|
||||
google::protobuf::ShutdownProtobufLibrary();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user