mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
MeasureScript: Additional fix for r663.
This commit is contained in:
@ -60,7 +60,7 @@ LuaScript::LuaScript(lua_State* p_pState, const char* p_strFile, const char* p_s
|
||||
|
||||
LuaScript::~LuaScript(void)
|
||||
{
|
||||
delete[] m_strTableName;
|
||||
if (m_strTableName) free(m_strTableName);
|
||||
}
|
||||
|
||||
void LuaScript::BindVariable(const char* p_strName, void* p_pValue, const char* p_strTypeName)
|
||||
|
Reference in New Issue
Block a user