Commit 31e4cf93 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).

parent 2721cff0
......@@ -1035,7 +1035,7 @@ static WineGLPixelFormat *get_formats(Display *display, int *size_ret, int *onsc
}
}
if(cfgs != NULL) XFree(cfgs);
XFree(cfgs);
done:
if (size_ret) *size_ret = size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment