Skip to content

gl-renderer: fix double-alloc of gl_buffer_state

Pekka Paalanen requested to merge pq/weston:mr/gbleak into main

Obviously the first allocation is always leaked, there is a second zalloc() right below. Fix the leak.

Found by code inspection.

Merge request reports