Fix suspend event initialize bug 63/213663/5
authorhyunho <hhstark.kang@samsung.com>
Tue, 10 Sep 2019 03:55:01 +0000 (12:55 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 10 Sep 2019 04:58:47 +0000 (13:58 +0900)
commit0ca9ecdb70d3b7ca396c7a1121e161575cd8fa8c
tree49647282affb0c60320b709a9a389c7e24b2f463
parent5744bc106331c71419fb8bbe3f4c7f330c117a5d
Fix suspend event initialize bug

The initial sate of event is NULL and
the value of APPCORE_BASE_SUSPENDED_STATE_WILL_ENTER_SUSPEND is also 0
therefore, suspend event cannot be called

Change-Id: I67ad2be73f9aaeeb7c951d6c3009164c5e666b3b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/base/appcore_base.c