Add nullptr check of EcoreHandler 13/274613/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 3 May 2022 10:49:03 +0000 (19:49 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 3 May 2022 10:49:03 +0000 (19:49 +0900)
commit2988a00406d5c3904464e1767f7ee122d705378b
tree35121d013c3d76ce0c4bd9f71d4094bddc3555f5
parent299278ecedec95c4289a73e74a1a43a5430abbf8
Add nullptr check of EcoreHandler

Before calling methods of EcoreHandler, the AppCoreMultiWindowBase
should check whether the handler is nullptr or not.

Change-Id: I3a52492d3ecefef46ae5ecc7bb4ffd6bc06fb3c0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tizen-cpp/app-core-multi-window-cpp/app_core_multi_window_base.cc