mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-10 18:05:33 +00: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 a new issue