Skip to content
Snippets Groups Projects
Commit 49a3fc9c authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-494

Checker: FORWARD_NULL
Function: LLPanelOutfitEdit::filterWearablesBySelectedItem()
File: /indra/newview/llpaneloutfitedit.cpp
parent 297bab71
No related branches found
No related tags found
No related merge requests found
...@@ -773,7 +773,7 @@ void LLPanelOutfitEdit::filterWearablesBySelectedItem(void) ...@@ -773,7 +773,7 @@ void LLPanelOutfitEdit::filterWearablesBySelectedItem(void)
return; return;
} }
if (one_selected && !is_dummy_item) if (item && one_selected && !is_dummy_item)
{ {
if (item->isWearableType()) if (item->isWearableType())
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment