stw: Free the mesa framebuffer.

This commit is contained in:
José Fonseca 2009-04-10 10:02:29 +01:00
parent 5fae9514c2
commit f14497a9cd

View file

@ -235,6 +235,8 @@ stw_framebuffer_destroy(
pipe_mutex_unlock( stw_dev->mutex );
st_unreference_framebuffer(fb->stfb);
FREE( fb );
}