mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-25 10:11:10 +01:00
wayland: Fixed freeing memory of SDL_malloc() with plain free().
This commit is contained in:
@@ -448,7 +448,7 @@ Wayland_VideoQuit(_THIS)
|
||||
}
|
||||
|
||||
SDL_free(data->classname);
|
||||
free(data);
|
||||
SDL_free(data);
|
||||
_this->driverdata = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user