src/plugin.c: Remove all read functions before calling the shutdown functions.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 22 Feb 2009 11:16:45 +0000 (12:16 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 22 Feb 2009 11:16:45 +0000 (12:16 +0100)
commit0c81bb3843c6209d8bc21abbacbeab9e3da15189
treea4fd9a873e9775e6522a187fcab6f59f3d22da75
parentc017cac05edd6a136e2b7b922576d74761fa85e0
src/plugin.c: Remove all read functions before calling the shutdown functions.

This way the user_data may be cleaned up before the final cleanup
phase..
src/plugin.c