Change-Id: Iad8f1604730dea55bf928dba171c14d795e46ce3
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
SysLog(NID_APP, "appId(%ls), instanceId(%ls), width(%d), height(%d), priority(%d)", __providerId.GetPointer(), __instanceId.GetPointer(), __width, __height, __priority);
__lifeDurationTimer.Cancel();
__UpdateTimer.Cancel();
+
+ if (__pLiveboxPopup)
+ {
+ SysLog(NID_APP, "Destroying dangling LiveboxPopup instance..");
+ __pLiveboxPopup->OnPopupDestoyed();
+ delete __pLiveboxPopup;
+ }
}
_LiveboxPopupContext*