Add hint to make SDL handle dbus_shutdown()

This commit is contained in:
Semphris
2024-01-02 13:15:32 -05:00
committed by Sam Lantinga
parent d3daba791a
commit 2348e8b6a2
3 changed files with 23 additions and 10 deletions

View File

@@ -517,13 +517,13 @@ void SDL_Quit(void)
SDL_QuitTicks();
#endif
SDL_ClearHints();
SDL_AssertionsQuit();
#ifdef SDL_USE_LIBDBUS
SDL_DBus_Quit();
#endif
SDL_ClearHints();
SDL_AssertionsQuit();
SDL_QuitProperties();
SDL_QuitLog();