hide the footprints of my previus bug ( take out comented code
parent
a4fc22a6b6
commit
416c02ef3a
|
@ -1219,7 +1219,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
Items.LockItemsForRead(false);
|
Items.LockItemsForRead(false);
|
||||||
|
|
||||||
m_inventoryFileData = Utils.StringToBytes(invString.GetString());
|
m_inventoryFileData = Utils.StringToBytes(invString.GetString());
|
||||||
// invString.Close();
|
|
||||||
|
|
||||||
if (m_inventoryFileData.Length > 2)
|
if (m_inventoryFileData.Length > 2)
|
||||||
{
|
{
|
||||||
|
@ -1322,8 +1321,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
// BuildString.Clear();
|
|
||||||
// BuildString = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue