diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index da5a8f4838..498b373720 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -59,7 +59,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include #include #include -#include #include @@ -746,20 +745,6 @@ int psFixPrevious() { namespace Platform { void start() { - // Avoid stripping custom allocator methods. - const auto address = [](auto method) { - return reinterpret_cast(method); - }; - const auto value = address(malloc) - + address(calloc) - + address(realloc) - + address(free) - + address(aligned_alloc) - + address(malloc_usable_size) - + address(memalign) - + address(posix_memalign); - DEBUG_LOG(("Malloc addresses %1.").arg(value ? "non-null" : "null")); - LOG(("Launcher filename: %1").arg(QGuiApplication::desktopFileName())); qputenv("PULSE_PROP_application.name", AppName.utf8()); diff --git a/Telegram/ThirdParty/mallocng b/Telegram/ThirdParty/mallocng index 5db0b72cd8..cf3eabc443 160000 --- a/Telegram/ThirdParty/mallocng +++ b/Telegram/ThirdParty/mallocng @@ -1 +1 @@ -Subproject commit 5db0b72cd85b20aec790fccdd31c17111afc7c94 +Subproject commit cf3eabc443292aad8ee63491274d7865b5e0864c diff --git a/cmake b/cmake index de65519132..bcc0ac15f4 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit de65519132126db2c2166cdf5af5f12e61652419 +Subproject commit bcc0ac15f497513455aa144ffe4e658f7aca0e73