forget InventoryStringBuilder.close()

LSLKeyTest
UbitUmarov 2016-07-07 15:22:32 +01:00
parent 14b9d31bd9
commit a4fc22a6b6
1 changed files with 3 additions and 3 deletions

View File

@ -1219,7 +1219,7 @@ namespace OpenSim.Region.Framework.Scenes
Items.LockItemsForRead(false);
m_inventoryFileData = Utils.StringToBytes(invString.GetString());
invString.Close();
// invString.Close();
if (m_inventoryFileData.Length > 2)
{
@ -1322,8 +1322,8 @@ namespace OpenSim.Region.Framework.Scenes
public void Close()
{
BuildString.Clear();
BuildString = null;
// BuildString.Clear();
// BuildString = null;
}
}