2
0
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:
John Preston
2016-03-20 18:08:13 +03:00
parent c15db1f77e
commit 27856d830b
3 changed files with 69 additions and 69 deletions

View File

@@ -1044,7 +1044,7 @@ namespace SignalHandlers {
void finish() {
#ifndef TDESKTOP_DISABLE_CRASH_REPORTS
FinishBreakpad();
FinishCrashHandler();
if (CrashDumpFile) {
fclose(CrashDumpFile);
CrashDumpFile = nullptr;