diff options
author | Jacek Antonelli | 2008-12-12 16:36:26 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-12 16:36:26 -0600 |
commit | 1462183301ff94727fdc27201e5476d55b3d566e (patch) | |
tree | ccc2837f659be52cb2b9f538b8accfa2c835d5a3 /linden/indra/llimage | |
parent | Fixed indentation for 'skins' prefix. (diff) | |
parent | Indentation cleanup. (llviewernetwork.cpp) (diff) | |
download | meta-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.cpp | 2 |
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 | ||
105 | LLImageTGA::~LLImageTGA() | 105 | LLImageTGA::~LLImageTGA() |
106 | { | 106 | { |
107 | delete mColorMap; | 107 | delete [] mColorMap; |
108 | } | 108 | } |
109 | 109 | ||
110 | BOOL LLImageTGA::updateData() | 110 | BOOL LLImageTGA::updateData() |