diff options
Diffstat (limited to 'xc/lib/dpstk')
-rw-r--r-- | xc/lib/dpstk/XDPSshare.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/lib/dpstk/XDPSshare.c b/xc/lib/dpstk/XDPSshare.c index 2022cb47f..048283931 100644 --- a/xc/lib/dpstk/XDPSshare.c +++ b/xc/lib/dpstk/XDPSshare.c @@ -35,7 +35,7 @@ * * Author: Adobe Systems Incorporated */ -/* $XFree86: xc/lib/dpstk/XDPSshare.c,v 1.2 2000/06/07 22:03:01 tsi Exp $ */ +/* $XFree86: xc/lib/dpstk/XDPSshare.c,v 1.3 2000/09/26 15:57:00 tsi Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -576,7 +576,6 @@ void XDPSFreeDisplayInfo(Display *display) XFreeGC(display, d->gcForDepth[i][j]); } } - free((char *) d->depthsForScreen[i]); } free((char *) d->depthsForScreen); |