projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94a5ed
)
Prevent memory curruption.
08/80608/1
author
Woochan Lee
<wc0917.lee@samsung.com>
Tue, 19 Jul 2016 06:09:51 +0000
(15:09 +0900)
committer
Woochan Lee
<wc0917.lee@samsung.com>
Tue, 19 Jul 2016 06:10:56 +0000
(15:10 +0900)
Change-Id: Ib4499afdbcdb988aaae8ad16ba036badebd90518
src/lib/interface/UiIfaceView.cpp
patch
|
blob
|
history
diff --git
a/src/lib/interface/UiIfaceView.cpp
b/src/lib/interface/UiIfaceView.cpp
index a62a54fcc1b4c2e841af63326fd48e8085b97f2e..0be30e9ce8ced5cb75164a9b931214170d7bc55b 100644
(file)
--- a/
src/lib/interface/UiIfaceView.cpp
+++ b/
src/lib/interface/UiIfaceView.cpp
@@
-99,7
+99,7
@@
void UiIfaceViewImpl::onUnload()
{
this->_state = UI_VIEW_STATE_UNLOAD;
if (this->getRemovableContent()) {
- this->setContent(NULL);
+ this->
_view->
setContent(NULL);
return;
}
}