From: Philip Chimento Date: Tue, 25 Mar 2014 04:53:19 +0000 (+0000) Subject: Clear GModule pointer to prevent accidental re-use X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=2b35c5e1633c76219ee5a8295e22947ce2399ef9;hp=2b35c5e1633c76219ee5a8295e22947ce2399ef9;p=projects%2Fchimara%2Fchimara.git 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. ---