elm/quicklaunch: Increment _elm_init_count in ql_init
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 4 Nov 2013 03:21:49 +0000 (12:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 4 Nov 2013 06:46:15 +0000 (15:46 +0900)
commit9bb1ef27084724e43d26328ab827a0829c9efde0
tree3628245f5201d691212cb0598337fd389bb04e5b
parent5cef1e1ea03700c329a30bb7c2777de2da5a3bd5
elm/quicklaunch: Increment _elm_init_count in ql_init

Apps call elm_shutdown before exiting. But when using
Quiklaunch, elm_init has never been called, so the
init count is still 0.

This will be especially useful since programs compiled
with -fPIC and linked with -pie can be loaded by
Quicklaunch.
legacy/elementary/src/lib/elm_main.c