[MPlayer-cvslog] r20202 - trunk/libvo/vo_x11.c

reimar subversion at mplayerhq.hu
Fri Oct 13 22:01:38 CEST 2006


Author: reimar
Date: Fri Oct 13 22:01:38 2006
New Revision: 20202

Modified:
   trunk/libvo/vo_x11.c

Log:
Remove dead code (condition can obviously never be true)


Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c	(original)
+++ trunk/libvo/vo_x11.c	Fri Oct 13 22:01:38 2006
@@ -171,8 +171,6 @@
                             &Shminfo[0], image_width, image_height);
         if (myximage == NULL)
         {
-            if (myximage != NULL)
-                XDestroyImage(myximage);
             mp_msg(MSGT_VO, MSGL_WARN,
                    "Shared memory error,disabling ( Ximage error )\n");
             goto shmemerror;



More information about the MPlayer-cvslog mailing list