diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-04 22:02:57 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-04 22:02:57 +0000 |
commit | fe30a03a47c336d508667bb0477383f389e13b5e (patch) | |
tree | 330e400eaabce20c3e2773a31784fb85a684786d | |
parent | 22a0d01c7610f366cf3cec9e7f7cf5968dcc285e (diff) | |
download | xorg-lib-libXv-xf86-012804-2330.tar.gz |
XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330
-rw-r--r-- | src/Xv.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |