Hi Sam
authorSam Lantinga <slouken@libsdl.org>
Fri, 2 Dec 2011 23:35:04 +0000 (18:35 -0500)
committernotaz <notasas@gmail.com>
Mon, 11 Mar 2013 21:08:01 +0000 (23:08 +0200)
In X11_CreateYUVOverlay hwdata->image will be accessed after it has been
freed, causing undefined behavior. Exchanging two lines as shown in this
patch will fix that problem:

Regards, Bodo


No differences found