Neil Roberts 4628d28172 cogl-framebuffer: Clear the renderbuffer list on failure
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.
2010-09-13 18:54:02 +01:00
..
2010-07-15 17:27:15 +01:00
2010-07-15 17:27:15 +01:00
2010-06-01 12:08:18 +01:00
2010-09-03 16:12:24 +01:00
2010-03-03 17:02:51 +00:00