mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: fix fb_damage_clips_arr memory leak
This commit is contained in:
parent
4c69bc47f4
commit
97a6a58a95
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue