mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue