Commit 4587a893 authored by Sam Lantinga's avatar Sam Lantinga

Fix another memory leak

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40412
parent 83fabf44
......@@ -267,6 +267,7 @@ SDL_NAME(XvQueryAdaptors)(
*p_nAdaptors = rep.num_adaptors;
*p_pAdaptors = pas;
Xfree(buffer);
UnlockDisplay(dpy);
SyncHandle();
......
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