seoz pushed a commit to branch master.
commit 8b571d03a7ee882d32ac8eb8bf07721899440a35
Author: Daniel Juyung Seo <[email protected]>
Date: Sun Aug 4 17:15:03 2013 +0900
elm_win.c: more ELM_SAFE_FREE adoption.
---
src/lib/elm_win.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 920980a..70df6c4 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1414,11 +1414,7 @@ _elm_win_focus_highlight_shutdown(Elm_Win_Smart_Data *sd)
_elm_win_focus_target_callbacks_del(sd);
sd->focus_highlight.cur.target = NULL;
}
- if (sd->focus_highlight.top)
- {
- evas_object_del(sd->focus_highlight.top);
- sd->focus_highlight.top = NULL;
- }
+ ELM_SAFE_FREE(sd->focus_highlight.top, evas_object_del);
evas_event_callback_del_full
(sd->evas, EVAS_CALLBACK_CANVAS_OBJECT_FOCUS_IN,
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk