OSDN Git Service

core: Make exit sequence consistent with init
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 15 Nov 2012 14:05:22 +0000 (16:05 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 15 Nov 2012 14:14:11 +0000 (16:14 +0200)
commit278ecf3d252b02821e1eb833aa5b1aa6b13ff2a8
tree4ba4cef4cc6d8eb5091267c2cd1e32a9eae2c084
parentecbd301c838498597bd628461b1665b330782df5
core: Make exit sequence consistent with init

manager_cleanup should be called after plugin_cleanup on exit as
manager_init is called before plugin_init on the init sequence.
src/main.c