summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterpathfindinglinksets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.cpp b/indra/newview/llfloaterpathfindinglinksets.cpp
index 8313226817..37c501b442 100644
--- a/indra/newview/llfloaterpathfindinglinksets.cpp
+++ b/indra/newview/llfloaterpathfindinglinksets.cpp
@@ -397,7 +397,7 @@ void LLFloaterPathfindingLinksets::handleUpdateLinksets(LLPathfindingManager::re
{
mLinksetsListPtr = pLinksetsListPtr;
}
- else
+ else if (pLinksetsListPtr != NULL)
{
mLinksetsListPtr->update(*pLinksetsListPtr);
}