diff options
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 5066a7da7f..5a067ba454 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -579,7 +579,7 @@ void LLInventoryPanel::itemChanged(const LLUUID& item_id, U32 mask, const LLInve      {          if (model_item && view_item && viewmodel_item)          { -            const LLUUID& idp = viewmodel_item->getUUID(); +            const LLUUID idp = viewmodel_item->getUUID();              view_item->destroyView();              removeItemID(idp);          } | 
