diff --git a/src/Components/Modules/Exception.cpp b/src/Components/Modules/Exception.cpp index 7903f7ba..1c0712e5 100644 --- a/src/Components/Modules/Exception.cpp +++ b/src/Components/Modules/Exception.cpp @@ -28,10 +28,9 @@ namespace Components } else { - MessageBoxA(0, "Failed to create file!", "ERROR", MB_ICONERROR); + delete minidump; } - printf("Trying to print an error message from ExceptionFilter..."); switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { case EXCEPTION_STACK_OVERFLOW: