summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-05-21 19:05:23 -0400
committerOz Linden <oz@lindenlab.com>2013-05-21 19:05:23 -0400
commit4f08780b00bd6c4f40b88dc46ed9363dbcbf7836 (patch)
tree53b19d1099535ca3e03cdd5737e13e5e0a58a301
parent10f20605475798ecdc33bf706b6f90a3b81bcb1c (diff)
parent2df5b9caa6e5d30f4af91a99a32674938cbc3c1a (diff)
merge changes for maint-2628
-rwxr-xr-xdoc/contributions.txt1
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index 09c0d01b11..8c5bb3d576 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -900,6 +900,7 @@ Nicky Dasmijn
VWR-29228
MAINT-873
SUN-72
+ BUG-2432
Nicky Perian
OPEN-1
STORM-1087
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 17311dd75e..b47fe9d4b1 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1215,8 +1215,8 @@ bool LLMeshRepoThread::headerReceived(const LLVolumeParams& mesh_params, U8* dat
mLODReqQ.push(req);
LLMeshRepository::sLODProcessing++;
}
+ mPendingLOD.erase(iter);
}
- mPendingLOD.erase(iter);
}
return true;