summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-04 22:02:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-04 22:02:57 +0000
commitfe30a03a47c336d508667bb0477383f389e13b5e (patch)
tree330e400eaabce20c3e2773a31784fb85a684786d
parent22a0d01c7610f366cf3cec9e7f7cf5968dcc285e (diff)
-rw-r--r--src/Xv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Xv.c b/src/Xv.c
index 381cdb7..b1d0791 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.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 $ */
/*
** File:
**
@@ -395,6 +395,7 @@ XvQueryEncodings(
*p_nEncodings = rep.num_encodings;
*p_pEncodings = pes;
+ Xfree(buffer);
UnlockDisplay(dpy);
SyncHandle();