Skip to content
Snippets Groups Projects
Commit 2df5b9ca authored by Oz Linden's avatar Oz Linden
Browse files

BUG-2432: Crashfix. Don't call map::erase when the iterator is not valid.

parent 0ebcb7e3
Branches
Tags
No related merge requests found
......@@ -900,6 +900,7 @@ Nicky Dasmijn
VWR-29228
MAINT-873
SUN-72
BUG-2432
Nicky Perian
OPEN-1
STORM-1087
......
......@@ -1215,9 +1215,9 @@ bool LLMeshRepoThread::headerReceived(const LLVolumeParams& mesh_params, U8* dat
mLODReqQ.push(req);
LLMeshRepository::sLODProcessing++;
}
}
mPendingLOD.erase(iter);
}
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment