Mantis#1455. Thank you kindly, Mikem for a patch that addresses

the client thread terminating when creating a new script.
This commit is contained in:
Charles Krinke
2008-06-05 14:03:08 +00:00
parent c289c2b6d4
commit e2d87b04e3

View File

@@ -5063,7 +5063,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (handlerUpdateInventoryItem != null)
{
InventoryItemBase itemUpd = new InventoryItemBase();
itemUpd = null;
itemUpd.ID = update.InventoryData[i].ItemID;
itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name);
itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description);