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:07:28 +0000 (05:07 +0000)
commit2b35c5e1633c76219ee5a8295e22947ce2399ef9
treeae41433767565d46b7ba5d857c0b3cd1ad066c29
parent46401a29ca2cadec2e98694e392b6541deaf75bf
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