Commit 83fabf44 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40411
parent aa783439
......@@ -123,7 +123,9 @@ SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, S
}
}
}
XFree(formats);
if ( formats ) {
XFree(formats);
}
}
}
SDL_NAME(XvFreeAdaptorInfo)(ainfo);
......
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