summaryrefslogtreecommitdiff
path: root/src/Xv.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:39 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:39 +0000
commitf45bb4f8994bbfca672fe95144c236e2a02513dc (patch)
treedeab27bd69bb60d5deb09c1c47a4fa318de7f274 /src/Xv.c
parent355f676a4ff26d8fcdfdbe64e791e60bc579e339 (diff)
downloadxorg-lib-libXv-f45bb4f8994bbfca672fe95144c236e2a02513dc.tar.gz
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/Xv.c')
-rw-r--r--src/Xv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Xv.c b/src/Xv.c
index 767ecc6..381cdb7 100644
--- a/src/Xv.c
+++ b/src/Xv.c
@@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xv/Xv.c,v 1.16 2002/10/16 00:37:33 dawes Exp $ */
+/* $XFree86: xc/lib/Xv/Xv.c,v 1.17 2003/04/28 16:56:27 dawes Exp $ */
/*
** File:
**
@@ -267,6 +267,7 @@ XvQueryAdaptors(
*p_nAdaptors = rep.num_adaptors;
*p_pAdaptors = pas;
+ Xfree(buffer);
UnlockDisplay(dpy);
SyncHandle();