Fix a potential memory leak.

This commit is contained in:
Philippe Houdoin
2004-10-13 01:17:52 +00:00
parent fd7f62a508
commit d334067193
+2 -1
View File
@@ -663,7 +663,8 @@ MesaDriver::~MesaDriver()
_mesa_destroy_visual(m_glvisual);
_mesa_destroy_framebuffer(m_glframebuffer);
_mesa_destroy_context(m_glcontext);
delete m_bitmap;
}