From 5afe94fec4f884d9e645da6cff1dd9f78420d290 Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Wed, 10 Feb 2010 18:10:38 +0000 Subject: CID-70 Checker: FORWARD_NULL Function: LLLocalTextureObject::LLLocalTextureObject(const LLLocalTextureObject&) File: /indra/newview/lllocaltextureobject.cpp not a bug. --- indra/newview/lllocaltextureobject.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') 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); -- cgit v1.2.3