MeasureScript: Fixed memory leak when DynamicVariables=1.

This commit is contained in:
spx
2011-01-30 15:39:14 +00:00
parent a69e2e91d2
commit e4944fa99f
4 changed files with 122 additions and 89 deletions

View File

@ -20,7 +20,7 @@ public:
protected:
static bool m_bInitialized;
static int m_RefCount;
static lua_State* m_pState;
};