diff options
Diffstat (limited to 'src/gallium/targets/graw-xlib/graw_xlib.c')
-rw-r--r-- | src/gallium/targets/graw-xlib/graw_xlib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/graw-xlib/graw_xlib.c b/src/gallium/targets/graw-xlib/graw_xlib.c index 6138cf6c01a..28277478064 100644 --- a/src/gallium/targets/graw-xlib/graw_xlib.c +++ b/src/gallium/targets/graw-xlib/graw_xlib.c @@ -154,8 +154,7 @@ fail: if (screen) screen->destroy(screen); - if (xlib_handle) - FREE(xlib_handle); + FREE(xlib_handle); free(visinfo); |