summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 18:10:38 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 18:10:38 +0000
commit5afe94fec4f884d9e645da6cff1dd9f78420d290 (patch)
treef4b1b8c1b25d86e08253c30ce7cf507369b32207 /indra/newview
parent54ba657e170614f5f18c84474734a5f97dedcac9 (diff)
CID-70
Checker: FORWARD_NULL Function: LLLocalTextureObject::LLLocalTextureObject(const LLLocalTextureObject&) File: /indra/newview/lllocaltextureobject.cpp not a bug.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lllocaltextureobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllocaltextureobject.cpp b/indra/newview/lllocaltextureobject.cpp
index 69eb5fce2f..116d9bc446 100644
--- a/indra/newview/lllocaltextureobject.cpp
+++ b/indra/newview/lllocaltextureobject.cpp
@@ -70,6 +70,7 @@ LLLocalTextureObject::LLLocalTextureObject(const LLLocalTextureObject& lto) :
if (!original_layer)
{
llerrs << "could not clone Local Texture Object: unable to extract texlayer!" << llendl;
+ continue;
}
LLTexLayer* new_layer = new LLTexLayer(*original_layer);