diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-10 22:02:49 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-10 22:02:49 -0800 |
commit | c2e88db89a8ba111efd0c1b61cc8dec400a007cb (patch) | |
tree | e4e8239133679c5ed284cbee7895d6a2e20862fa /indra/llimage/llimagej2c.cpp | |
parent | 18a66fb7618c80108d224c9b1c3ff14cc5f3a87f (diff) |
STORM-987 : Took Vadim's comment into account: check arguments consistency, make sure remaining perf data are flushed on exit.
Diffstat (limited to 'indra/llimage/llimagej2c.cpp')
-rw-r--r-- | indra/llimage/llimagej2c.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagej2c.cpp b/indra/llimage/llimagej2c.cpp index cb2a85fa91..80fec7f8a0 100644 --- a/indra/llimage/llimagej2c.cpp +++ b/indra/llimage/llimagej2c.cpp @@ -474,6 +474,7 @@ LLImageCompressionTester::LLImageCompressionTester() : LLMetricPerformanceTester LLImageCompressionTester::~LLImageCompressionTester() { + outputTestResults(); LLImageJ2C::sTesterp = NULL; } |