We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48eb2f commit 1dc6773Copy full SHA for 1dc6773
src/main/main.cpp
@@ -62,4 +62,7 @@ int main(int argc, char** argv)
62
Dumpers::Schemas::Dump();
63
64
spdlog::info("Dumped successfully");
65
+
66
+ // skips atexit calls that cause a segfault on dota only while unregistering cvar callbacks
67
+ _Exit(0);
68
}
0 commit comments