backend/drm: fix fb_damage_clips_arr memory leak

(cherry picked from commit 97a6a58a95)
This commit is contained in:
Simon Ser 2024-02-14 16:08:23 +01:00 committed by Simon Zeni
parent c9909ac54c
commit 72dfb6ae2c

View file

@ -496,6 +496,7 @@ out:
wlr_log_errno(WLR_ERROR, "Failed to destroy FB_DAMAGE_CLIPS property blob"); wlr_log_errno(WLR_ERROR, "Failed to destroy FB_DAMAGE_CLIPS property blob");
} }
} }
wl_array_release(&fb_damage_clips_arr);
return ok; return ok;
} }