aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-12 16:36:26 -0600
committerJacek Antonelli2008-12-12 16:36:26 -0600
commit1462183301ff94727fdc27201e5476d55b3d566e (patch)
treeccc2837f659be52cb2b9f538b8accfa2c835d5a3 /linden/indra/llimage
parentFixed indentation for 'skins' prefix. (diff)
parentIndentation cleanup. (llviewernetwork.cpp) (diff)
downloadmeta-impy-1462183301ff94727fdc27201e5476d55b3d566e.zip
meta-impy-1462183301ff94727fdc27201e5476d55b3d566e.tar.gz
meta-impy-1462183301ff94727fdc27201e5476d55b3d566e.tar.bz2
meta-impy-1462183301ff94727fdc27201e5476d55b3d566e.tar.xz
Merge branch 'next' into doc
Diffstat (limited to 'linden/indra/llimage')
-rw-r--r--linden/indra/llimage/llimagetga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimagetga.cpp b/linden/indra/llimage/llimagetga.cpp
index 32c2111..21d0fd1 100644
--- a/linden/indra/llimage/llimagetga.cpp
+++ b/linden/indra/llimage/llimagetga.cpp
@@ -104,7 +104,7 @@ LLImageTGA::LLImageTGA(const std::string& file_name)
104 104
105LLImageTGA::~LLImageTGA() 105LLImageTGA::~LLImageTGA()
106{ 106{
107 delete mColorMap; 107 delete [] mColorMap;
108} 108}
109 109
110BOOL LLImageTGA::updateData() 110BOOL LLImageTGA::updateData()