Clear GModule pointer to prevent accidental re-use
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 25 Mar 2014 04:53:19 +0000 (04:53 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 25 Mar 2014 05:06:40 +0000 (05:06 +0000)
commit69f5d79e00333f8986ee27beb053a34b1dab04ba
treea0fbf86101f98dbb3e708364a0209345d8c798f3
parent1d8f51daea33a249d19c3f83c8d67cdea8fffc2c
Clear GModule pointer to prevent accidental re-use

This makes it harmless (as it should be) to call
chimara_glk_unload_plugin() more than once. Since it is called in any
case when running a new game, client code calling it externally would
occasionally result in problems.
libchimara/chimara-glk.c