mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
using operator new/delete instead of malloc/free
This commit is contained in:
@@ -1044,7 +1044,7 @@ namespace SignalHandlers {
|
||||
|
||||
void finish() {
|
||||
#ifndef TDESKTOP_DISABLE_CRASH_REPORTS
|
||||
FinishBreakpad();
|
||||
FinishCrashHandler();
|
||||
if (CrashDumpFile) {
|
||||
fclose(CrashDumpFile);
|
||||
CrashDumpFile = nullptr;
|
||||
|
Reference in New Issue
Block a user