From aaac386eefe9bdde72c0544ea8ab4fba69e05cb9 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 24 Jul 2001 13:20:02 +0000 Subject: whoups, that free() was a bit too much #-)) CVS patchset: 336 CVS date: 2001/07/24 13:20:02 --- src/video_out/video_out_xshm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 1864c2549..743cdc15c 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xshm.c,v 1.23 2001/07/24 12:57:30 guenter Exp $ + * $Id: video_out_xshm.c,v 1.24 2001/07/24 13:20:02 guenter Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -315,8 +315,6 @@ static void dispose_ximage (xshm_driver_t *this, } else { - free (myimage->data); - XDestroyImage (myimage); } -- cgit v1.2.3