diff options
| author | Dave Houlton <euclid@lindenlab.com> | 2022-01-27 17:25:42 -0700 | 
|---|---|---|
| committer | Dave Houlton <euclid@lindenlab.com> | 2022-01-27 17:25:42 -0700 | 
| commit | c76f8f7bcc69b13885f22d425a1f29d3446c4c2a (patch) | |
| tree | 8e97f3594bf24d9b2aa5260a3c8730033b66ff84 | |
| parent | 7f1832c1ca0a18f34ba993f58ab2e05360bb36fd (diff) | |
SL-16418 remove duplicated ref()
| -rw-r--r-- | indra/newview/llviewertexture.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index d652b76794..ccf4c5bbec 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -1629,7 +1629,6 @@ void LLViewerFetchedTexture::scheduleCreateTexture()          mNeedsCreateTexture = TRUE;          if (preCreateTexture())          { -            ref();  #if LL_IMAGEGL_THREAD_CHECK              //grab a copy of the raw image data to make sure it isn't modified pending texture creation              U8* data = mRawImage->getData(); | 
