mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
free the 'data_device_manager'
This commit is contained in:
parent
f8b4a6e25a
commit
a44678465f
@ -539,6 +539,9 @@ Wayland_VideoQuit(_THIS)
|
||||
Wayland_touch_destroy(data);
|
||||
#endif /* SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH */
|
||||
|
||||
if (data->data_device_manager)
|
||||
wl_data_device_manager_destroy(data->data_device_manager);
|
||||
|
||||
if (data->shm)
|
||||
wl_shm_destroy(data->shm);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user