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)
commit810e80fd50270166d99f4f506500f27ba5003159
treefcdfdfc36008ab0b14e72d30cdd953a048006b40
parentd55fed6351f9d8aff0d8888056a4998c4d0271ce
Hi Sam

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
src/video/x11/SDL_x11yuv.c