diff options
| author | Richard Linden <none@none> | 2013-10-21 10:32:19 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-10-21 10:32:19 -0700 | 
| commit | aef2a527e5ff13db9078c980bfa099bc4bde4124 (patch) | |
| tree | 1f9c7fc281d78f1ff9213de04999f3cab201b2c3 | |
| parent | fc45b59a977881a4e37619cb0220790d5ad4c814 (diff) | |
BUILDFIX: double delete in instancetracker unit test
| -rwxr-xr-x | indra/llcommon/tests/llinstancetracker_test.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/llcommon/tests/llinstancetracker_test.cpp b/indra/llcommon/tests/llinstancetracker_test.cpp index 601d28ea3e..c7d4b8a06b 100755 --- a/indra/llcommon/tests/llinstancetracker_test.cpp +++ b/indra/llcommon/tests/llinstancetracker_test.cpp @@ -208,7 +208,6 @@ namespace tut              }          }          ensure(! what.empty()); -		delete keyed;      }      template<> template<> | 
