summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorStinson Linden <stinson@lindenlab.com>2014-05-17 00:41:36 +0100
committerStinson Linden <stinson@lindenlab.com>2014-05-17 00:41:36 +0100
commit08e83a341e76de8fa4d8c4a974edbe3e0bd1c128 (patch)
tree0368213e6cc1248de2827f28b032fb4eb71fac06 /indra/test
parent34b2f2d1f841f7b7f93386d66be6943910cd055b (diff)
MAINT-4009: Final pass refactoring to eliminate memory allocation related to error reporting that is not properly cleaned up.
Diffstat (limited to 'indra/test')
-rwxr-xr-xindra/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index 0dd21b6a05..e42374d56b 100755
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -169,7 +169,7 @@ public:
}
private:
- LLError::Settings* mOldSettings;
+ LLError::SettingsStoragePtr mOldSettings;
LLError::RecorderPtr mRecorder;
};