diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:16 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:16 +0000 |
commit | 22a0d01c7610f366cf3cec9e7f7cf5968dcc285e (patch) | |
tree | deab27bd69bb60d5deb09c1c47a4fa318de7f274 /src | |
parent | ddef819383953954d9514eab7803367ef20dee82 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src')
-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.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(); |