summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Xv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Xv.c b/src/Xv.c
index 381cdb7..c79ded9 100644
--- a/src/Xv.c
+++ b/src/Xv.c
@@ -21,7 +21,8 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xv/Xv.c,v 1.17 2003/04/28 16:56:27 dawes Exp $ */
+/* $XFree86: xc/lib/Xv/Xv.c,v 1.18 2003/11/29 01:02:32 dawes Exp $ */
+/* $XdotOrg: xc/lib/Xv/Xv.c,v 1.18 2003/11/29 01:02:32 dawes Exp $ */
/*
** File:
**
@@ -395,6 +396,7 @@ XvQueryEncodings(
*p_nEncodings = rep.num_encodings;
*p_pEncodings = pes;
+ Xfree(buffer);
UnlockDisplay(dpy);
SyncHandle();