mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-30 01:38:45 +00:00
free 'outputs' in 'Wayland_DestroyWindow'
This commit is contained in:
parent
a44678465f
commit
0ed16ceddb
1 changed files with 2 additions and 0 deletions
|
|
@ -1021,6 +1021,8 @@ void Wayland_DestroyWindow(_THIS, SDL_Window *window)
|
|||
}
|
||||
}
|
||||
|
||||
SDL_free(wind->outputs);
|
||||
|
||||
#ifdef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
|
||||
if (wind->extended_surface) {
|
||||
QtExtendedSurface_Unsubscribe(wind->extended_surface, SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue