summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-10-21 10:32:19 -0700
committerRichard Linden <none@none>2013-10-21 10:32:19 -0700
commitaef2a527e5ff13db9078c980bfa099bc4bde4124 (patch)
tree1f9c7fc281d78f1ff9213de04999f3cab201b2c3 /indra
parentfc45b59a977881a4e37619cb0220790d5ad4c814 (diff)
BUILDFIX: double delete in instancetracker unit test
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llcommon/tests/llinstancetracker_test.cpp1
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<>