parent
2a1058713c
commit
e1789b320e
|
@ -3747,12 +3747,11 @@ void SDL_VideoQuit(void)
|
||||||
SDL_VideoDisplay *display = _this->displays[i];
|
SDL_VideoDisplay *display = _this->displays[i];
|
||||||
SDL_DelVideoDisplay(display->id, SDL_FALSE);
|
SDL_DelVideoDisplay(display->id, SDL_FALSE);
|
||||||
}
|
}
|
||||||
if (_this->displays) {
|
|
||||||
SDL_assert(_this->num_displays == 0);
|
SDL_assert(_this->num_displays == 0);
|
||||||
SDL_free(_this->displays);
|
SDL_free(_this->displays);
|
||||||
_this->displays = NULL;
|
_this->displays = NULL;
|
||||||
_this->num_displays = 0;
|
|
||||||
}
|
|
||||||
if (_this->primary_selection_text) {
|
if (_this->primary_selection_text) {
|
||||||
SDL_free(_this->primary_selection_text);
|
SDL_free(_this->primary_selection_text);
|
||||||
_this->primary_selection_text = NULL;
|
_this->primary_selection_text = NULL;
|
||||||
|
|
Loading…
Reference in New Issue