backend/drm: fix fb_damage_clips_arr memory leak

This commit is contained in:
Simon Ser 2024-02-14 16:08:23 +01:00
parent 4c69bc47f4
commit 97a6a58a95
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}