Cleared 1m ago · canonical/mir #4159 · C++ · ★ 778 · GPL-2.0

Add `wl_array` wrapper

Mir doesn't have a wrapper for wl_array, which occasionally leads to memory leaks (see #4158) (and maybe other more nefarious bugs?). Creating a C++ wrapper for internal use in Mir would protect us against such issues in the future. This issue should be pretty straightforward,…

What we checked

Similar unclaimed issues