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)
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.


No differences found