cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=308e1536cff21d50a05686be44d21545b8e79e0c

commit 308e1536cff21d50a05686be44d21545b8e79e0c
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Thu Oct 8 12:23:32 2015 +0200

    ecor_xcb: removing useless assignment.
    
    Summary:
    The assignment of NULL will have no effect on the caller. So removed that 
statment.
    
    Signed-off-by: Srivardhan Hebbar <sri.heb...@samsung.com>
    
    Reviewers: cedric
    
    Reviewed By: cedric
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3153
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/ecore_x/xcb/ecore_xcb_randr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/ecore_x/xcb/ecore_xcb_randr.c 
b/src/lib/ecore_x/xcb/ecore_xcb_randr.c
index c4737a9..6bc7de9 100644
--- a/src/lib/ecore_x/xcb/ecore_xcb_randr.c
+++ b/src/lib/ecore_x/xcb/ecore_xcb_randr.c
@@ -2180,7 +2180,6 @@ ecore_x_randr_crtc_info_free(Ecore_X_Randr_Crtc_Info 
*info)
              if (info->outputs) free(info->outputs);
              if (info->possible) free(info->possible);
              free(info);
-             info = NULL;
           }
      }
 #endif

-- 


Reply via email to