projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd8a57
)
navigationbar - fixed memory leak
author
ChunEon Park
<chuneon.park@samsung.com>
Mon, 22 Aug 2011 07:55:38 +0000
(16:55 +0900)
committer
ChunEon Park
<chuneon.park@samsung.com>
Mon, 22 Aug 2011 07:55:38 +0000
(16:55 +0900)
src/lib/elc_navigationbar.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_navigationbar.c
b/src/lib/elc_navigationbar.c
index
57fdad8
..
6583194
100644
(file)
--- a/
src/lib/elc_navigationbar.c
+++ b/
src/lib/elc_navigationbar.c
@@
-899,6
+899,8
@@
elm_navigationbar_to_content_pop(Evas_Object *obj, Evas_Object *content)
_transition_complete_cb(cb);
elm_pager_to_content_pop(wd->pager, content);
+
+ free(cb);
}
}