main: Handle exception calling elm_shutdown without elm_exit 14/125514/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 13 Apr 2017 11:50:51 +0000 (20:50 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 18 Apr 2017 01:44:57 +0000 (10:44 +0900)
commitc2f9cc1185106ccb2e7c71850819207d4ca20d43
treed8c3012813cedbf8bc88015abe3afac7db8254ca
parente5508b15883dd06ec2047b34ff839f8ed5ea35b7
main: Handle exception calling elm_shutdown without elm_exit

elm_shutdown could be called without elm_exit.
In this case, the dbus connection created in elm_run is not disconnected.
Then eldbus complains with CRItical log message.

Change-Id: I20fdd1730a764301d297470de7cfa32173f8504c
src/lib/elm_main.c