this needs to lock, like everything else

This commit is contained in:
Glenn Maynard
2006-10-14 20:33:08 +00:00
parent daa4b4617c
commit 4276c87b67
+4
View File
@@ -235,6 +235,8 @@ namespace
XNode *LuaManager::GetLuaInformation() const
{
Lua *L = LUA->Get();
XNode *pLuaNode = new XNode( "Lua" );
XNode *pGlobalsNode = pLuaNode->AppendChild( "GlobalFunctions" );
@@ -401,6 +403,8 @@ XNode *LuaManager::GetLuaInformation() const
pConstantNode->AppendAttr( "value", ssprintf("'%s'", s->second.c_str()) );
}
LUA->Release( L );
return pLuaNode;
}