Fixed memory leak

This commit is contained in:
Jakob Bornecrantz
2008-04-12 14:34:59 +02:00
parent bd56b21adf
commit 5dcfc1f1b6
@@ -93,6 +93,7 @@ intel_buffer_destroy(struct pipe_winsys *winsys,
struct pipe_buffer *buf)
{
driBOUnReference( dri_bo(buf) );
FREE(buf);
}