Browse Source

Fix up another instance of _mesa_unreference_framebuffer().

tags/mesa_20090313
Michel Dänzer 17 years ago
parent
commit
317687cd94
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/state_trackers/glx/xlib/xm_api.c

+ 1
- 1
src/gallium/state_trackers/glx/xlib/xm_api.c View File

@@ -458,7 +458,7 @@ xmesa_free_buffer(XMesaBuffer buffer)
XDestroyImage(buffer->tempImage);

/* Unreference. If count = zero we'll really delete the buffer */
_mesa_unreference_framebuffer(&fb);
_mesa_reference_framebuffer(&fb, NULL);

XFreeGC(b->xm_visual->display, b->gc);


Loading…
Cancel
Save