gl-renderer: fix double-alloc of gl_buffer_state
Obviously the first allocation is always leaked, there is a second zalloc() right below. Fix the leak.
Found by code inspection.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Obviously the first allocation is always leaked, there is a second zalloc() right below. Fix the leak.
Found by code inspection.