diff options
| author | simon <none@none> | 2013-04-24 10:24:42 -0700 | 
|---|---|---|
| committer | simon <none@none> | 2013-04-24 10:24:42 -0700 | 
| commit | cbd3f4b9974c23dc127e080a090c26645b8aa00c (patch) | |
| tree | e2cfd0cbd284249de6e8a913b23da8dc8ef8d349 /indra | |
| parent | 87ba85eaabbfd5fd7ad8ca8136f4783b1d932264 (diff) | |
Fix crash discovered during other testing.   Reviewed by Kelly
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 | 
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; | 
