We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ba7ef commit 91be1b0Copy full SHA for 91be1b0
src/video/x11/SDL_x11settings.c
@@ -67,6 +67,7 @@ void X11_QuitXsettings(SDL_VideoDevice *_this)
67
68
if (xsettings_data->xsettings) {
69
xsettings_client_destroy(xsettings_data->xsettings);
70
+ xsettings_data->xsettings = NULL;
71
}
72
73
0 commit comments