cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6eefe25dcf09adc9005efa137ab445a6596b9855

commit 6eefe25dcf09adc9005efa137ab445a6596b9855
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Wed Sep 23 14:22:34 2015 -0700

    ecore_x: remove 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
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3095
    
    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 08234c3..c4737a9 100644
--- a/src/lib/ecore_x/xcb/ecore_xcb_randr.c
+++ b/src/lib/ecore_x/xcb/ecore_xcb_randr.c
@@ -743,7 +743,6 @@ ecore_x_randr_mode_info_free(Ecore_X_Randr_Mode_Info 
*mode_info)
 
    if (mode_info->name) free(mode_info->name);
    free(mode_info);
-   mode_info = NULL;
 }
 
 /*

-- 


Reply via email to