summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2022-01-27 17:25:42 -0700
committerDave Houlton <euclid@lindenlab.com>2022-01-27 17:25:42 -0700
commitc76f8f7bcc69b13885f22d425a1f29d3446c4c2a (patch)
tree8e97f3594bf24d9b2aa5260a3c8730033b66ff84 /indra
parent7f1832c1ca0a18f34ba993f58ab2e05360bb36fd (diff)
SL-16418 remove duplicated ref()
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewertexture.cpp1
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();