Prevent memory curruption. 08/80608/1
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 19 Jul 2016 06:09:51 +0000 (15:09 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 19 Jul 2016 06:10:56 +0000 (15:10 +0900)
Change-Id: Ib4499afdbcdb988aaae8ad16ba036badebd90518

src/lib/interface/UiIfaceView.cpp

index a62a54fcc1b4c2e841af63326fd48e8085b97f2e..0be30e9ce8ced5cb75164a9b931214170d7bc55b 100644 (file)
@@ -99,7 +99,7 @@ void UiIfaceViewImpl::onUnload()
 {
        this->_state = UI_VIEW_STATE_UNLOAD;
        if (this->getRemovableContent()) {
-               this->setContent(NULL);
+               this->_view->setContent(NULL);
                return;
        }
 }