furrymyad pushed a commit to branch efl-1.16.

http://git.enlightenment.org/core/efl.git/commit/?id=2196429f21f37c26098a420e8308ef3819db1601

commit 2196429f21f37c26098a420e8308ef3819db1601
Author: Yeshwanth Reddivari <[email protected]>
Date:   Mon Nov 23 18:51:08 2015 +0900

    Edje: Remove duplicate NULL reassignment
    
    Summary:
    Remove duplicate code of variable 's' assignment to NULL in 
edje_edit_style_del.
    
    Signed-off-by: Yeshwanth Reddivari <[email protected]>
    
    Reviewers: Hermet, alok25, mvsovani, singh.amitesh, jpeg
    
    Reviewed By: jpeg
    
    Subscribers: sachin.dev, cedric
    
    Differential Revision: https://phab.enlightenment.org/D3358
---
 src/lib/edje/edje_edit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/edje/edje_edit.c b/src/lib/edje/edje_edit.c
index f989e82..69e8051 100644
--- a/src/lib/edje/edje_edit.c
+++ b/src/lib/edje/edje_edit.c
@@ -2705,8 +2705,6 @@ edje_edit_style_del(Evas_Object *obj, const char *style)
         t = NULL;
      }
    free(s);
-   s = NULL;
-   s = NULL;
    return EINA_TRUE;
 }
 

-- 


Reply via email to