mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 09:45:09 -05:00
Fix another memory leak
This commit is contained in:
@@ -267,6 +267,7 @@ SDL_NAME(XvQueryAdaptors)(
|
||||
*p_nAdaptors = rep.num_adaptors;
|
||||
*p_pAdaptors = pas;
|
||||
|
||||
Xfree(buffer);
|
||||
UnlockDisplay(dpy);
|
||||
SyncHandle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user