main: Handle exception calling elm_shutdown without elm_exit 51/125051/1 accepted/tizen/3.0/common/20170414.095000 accepted/tizen/3.0/ivi/20170414.043232 accepted/tizen/3.0/mobile/20170414.043125 accepted/tizen/3.0/tv/20170414.043157 accepted/tizen/3.0/wearable/20170414.043216 submit/tizen_3.0/20170413.122705
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 13 Apr 2017 11:50:51 +0000 (20:50 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 13 Apr 2017 12:18:07 +0000 (21:18 +0900)
commit30f3043912e5c842c4289d86397b768b117bea03
tree7970f7bc1735b9f757eff07f49eab5ade21d265a
parent76988be666308ad621e6f327ef537077802fe5e2
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