From 00803b53ab480fbf2b623f1c36c2ebccbc2e37a6 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 14 Apr 2026 00:57:45 -0600 Subject: [PATCH] I'm silly --- src/dusk/crash_reporting.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dusk/crash_reporting.cpp b/src/dusk/crash_reporting.cpp index 1b1adbf774..2d7534965e 100644 --- a/src/dusk/crash_reporting.cpp +++ b/src/dusk/crash_reporting.cpp @@ -76,8 +76,6 @@ std::filesystem::path GetCrashpadHandlerPath() { } const std::filesystem::path handlerDir(basePath); - SDL_free(const_cast(basePath)); - #if _WIN32 return handlerDir / "crashpad_handler.exe"; #else