backend/drm: fix fb_damage_clips_arr memory leak

master
Simon Ser 9 months ago
parent 4c69bc47f4
commit 97a6a58a95

@ -497,6 +497,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;
} }

Loading…
Cancel
Save