mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
wayland: Fixed freeing memory of SDL_malloc() with plain free().
This commit is contained in:
parent
c66f0471e1
commit
6c0aea4270
@ -448,7 +448,7 @@ Wayland_VideoQuit(_THIS)
|
||||
}
|
||||
|
||||
SDL_free(data->classname);
|
||||
free(data);
|
||||
SDL_free(data);
|
||||
_this->driverdata = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user