diff options
author | Stinson Linden <stinson@lindenlab.com> | 2014-05-17 00:41:36 +0100 |
---|---|---|
committer | Stinson Linden <stinson@lindenlab.com> | 2014-05-17 00:41:36 +0100 |
commit | 08e83a341e76de8fa4d8c4a974edbe3e0bd1c128 (patch) | |
tree | 0368213e6cc1248de2827f28b032fb4eb71fac06 /indra/llcommon/tests/llerror_test.cpp | |
parent | 34b2f2d1f841f7b7f93386d66be6943910cd055b (diff) |
MAINT-4009: Final pass refactoring to eliminate memory allocation related to error reporting that is not properly cleaned up.
Diffstat (limited to 'indra/llcommon/tests/llerror_test.cpp')
-rwxr-xr-x | indra/llcommon/tests/llerror_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp index 6cecd6bbc8..a5aaff10c5 100755 --- a/indra/llcommon/tests/llerror_test.cpp +++ b/indra/llcommon/tests/llerror_test.cpp @@ -86,7 +86,7 @@ namespace tut struct ErrorTestData { LLError::RecorderPtr mRecorder; - LLError::Settings* mPriorErrorSettings; + LLError::SettingsStoragePtr mPriorErrorSettings; ErrorTestData(): mRecorder(new TestRecorder()) |