yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=22269f8fd15e6abb6779c5472df4519358e40321

commit 22269f8fd15e6abb6779c5472df4519358e40321
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Tue Nov 10 14:50:20 2015 +0200

    Remove unnedeed free
    
    Window structures are freed automatically then window is closed
---
 src/bin/gui/settings_view.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/gui/settings_view.c b/src/bin/gui/settings_view.c
index 872931d..9ccc65b 100644
--- a/src/bin/gui/settings_view.c
+++ b/src/bin/gui/settings_view.c
@@ -26,7 +26,6 @@ GuiLogicCbs *_guilogic_cbs = NULL;
 
 void settings_win_set(Egui_Layout_Settings_Win_Widgets *settings_win)
 {
-   if (g_settings_win) free(g_settings_win);
    g_settings_win = settings_win;
    _guilogic_cbs = guilogic_cbs_get();
 }

-- 


Reply via email to