diff --git a/backend/drm/libliftoff.c b/backend/drm/libliftoff.c index b53c1571..c877e7b8 100644 --- a/backend/drm/libliftoff.c +++ b/backend/drm/libliftoff.c @@ -497,6 +497,7 @@ out: wlr_log_errno(WLR_ERROR, "Failed to destroy FB_DAMAGE_CLIPS property blob"); } } + wl_array_release(&fb_damage_clips_arr); return ok; }