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

the client thread terminating when creating a new script.
0.6.0-stable
Charles Krinke 2008-06-05 14:03:08 +00:00
parent c289c2b6d4
commit e2d87b04e3
1 changed files with 0 additions and 1 deletions

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);