Skip to content

Commit

Permalink
Fix another memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 13, 2002
1 parent 72e3399 commit 5d8d5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/Xext/Xv/Xv.c
Expand Up @@ -267,6 +267,7 @@ SDL_NAME(XvQueryAdaptors)(
*p_nAdaptors = rep.num_adaptors;
*p_pAdaptors = pas;

Xfree(buffer);
UnlockDisplay(dpy);
SyncHandle();

Expand Down

0 comments on commit 5d8d5e3

Please sign in to comment.