4628d28172b2ec1cb6ef160d11f05863bcd5bd50

When try_creating_fbo fails it deletes any intermediate render buffers that were created. However it doesn't clear the list so I think if it failed a second time it would try to delete the render buffers again. This could potentially cause problems if a subsequent fbo is created because the destructor for the original might delete the renderbuffers of the new fbo.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%