summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorsimon <none@none>2013-04-24 10:24:42 -0700
committersimon <none@none>2013-04-24 10:24:42 -0700
commitcbd3f4b9974c23dc127e080a090c26645b8aa00c (patch)
treee2cfd0cbd284249de6e8a913b23da8dc8ef8d349 /indra
parent87ba85eaabbfd5fd7ad8ca8136f4783b1d932264 (diff)
Fix crash discovered during other testing. Reviewed by Kelly
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index b1b31240e9..83b7cae347 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1235,8 +1235,8 @@ bool LLMeshRepoThread::headerReceived(const LLVolumeParams& mesh_params, U8* dat
mLODReqQ.push(req);
LLMeshRepository::sLODProcessing++;
}
+ mPendingLOD.erase(iter);
}
- mPendingLOD.erase(iter);
}
return true;