mirror of
https://github.com/brl/mutter.git
synced 2025-03-19 09:45:16 +00:00

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%