summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/wayland_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index 5c8e0ba550..99aa8ee018 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -1254,6 +1254,9 @@ void vo_wayland_uninit(struct vo *vo)
if (wl->presentation)
wp_presentation_destroy(wl->presentation);
+ if (wl->feedback)
+ wp_presentation_feedback_destroy(wl->feedback);
+
if (wl->pointer)
wl_pointer_destroy(wl->pointer);