diff --git a/src/mumble/main.cpp b/src/mumble/main.cpp index 69613fa67..ba0be5772 100644 --- a/src/mumble/main.cpp +++ b/src/mumble/main.cpp @@ -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()); - // Release global protobuf memory allocations. #if (GOOGLE_PROTOBUF_VERSION >= 2001000) + // Release global protobuf memory allocations. google::protobuf::ShutdownProtobufLibrary(); #endif #endif