mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Backed out changeset 852a7bdbdf4b
This causes a use-after-free memory error
This commit is contained in:
parent
4183211a54
commit
d9ba20442e
@ -297,10 +297,6 @@ display_handle_done(void *data,
|
||||
|
||||
SDL_AddVideoDisplay(display, SDL_FALSE);
|
||||
SDL_free(display->name);
|
||||
/* The 'display' content was copied in previous SDL_AddVideoDisplay call.
|
||||
* We have to remove this reference, else it will be lost indefinitely.
|
||||
*/
|
||||
SDL_free(display);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user