doom
Here are 288 public repositories matching this topic...
-
Updated
Sep 25, 2020 - Python
-
Updated
Aug 4, 2020 - C++
-
Updated
Jun 26, 2020 - C++
-
Updated
Jul 3, 2018 - C++
-
Updated
Nov 29, 2019 - Python
-
Updated
Sep 14, 2020 - C++
-
Updated
Sep 29, 2020 - Java
-
Updated
Oct 8, 2020 - C
-
Updated
Oct 8, 2020 - C
-
Updated
Oct 2, 2020 - Python
-
Updated
Jul 19, 2020 - C++
-
Updated
Dec 29, 2019 - Python
-
Updated
Apr 9, 2019 - Python
-
Updated
Sep 12, 2020 - Rust
-
Updated
Apr 3, 2019 - Python
-
Updated
Oct 6, 2020 - Lua
-
Updated
Apr 23, 2020 - Kotlin
Improve this page
Add a description, image, and links to the doom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the doom topic, visit your repo's landing page and select "manage topics."


From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with itWhen building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in
m_config.cthat doesfree(prefdir)as changing these toSDL_free(prefdir)resolved the issue.I'm not sure what to do about `GetDefaultConfi