summaryrefslogtreecommitdiff
path: root/src/Xv.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
commit22a0d01c7610f366cf3cec9e7f7cf5968dcc285e (patch)
treedeab27bd69bb60d5deb09c1c47a4fa318de7f274 /src/Xv.c
parentddef819383953954d9514eab7803367ef20dee82 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
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();