summaryrefslogtreecommitdiff
path: root/src/Xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xv.c')
-rw-r--r--src/Xv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xv.c b/src/Xv.c
index 381cdb7..ccbfcfb 100644
--- a/src/Xv.c
+++ b/src/Xv.c
@@ -22,6 +22,7 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/lib/Xv/Xv.c,v 1.17 2003/04/28 16:56:27 dawes Exp $ */
+/* $XdotOrg: xc/lib/Xv/Xv.c,v 1.1.4.2.4.1 2004/03/04 17:47:00 eich Exp $ */
/*
** File:
**
@@ -395,6 +396,7 @@ XvQueryEncodings(
*p_nEncodings = rep.num_encodings;
*p_pEncodings = pes;
+ Xfree(buffer);
UnlockDisplay(dpy);
SyncHandle();