commit | 3075ffc5631dd173f5f258312bf9943d06e82d0f | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Thu Aug 04 22:36:07 2011 +0000 |
committer | Roger Meier <roger@apache.org> | Thu Aug 04 22:36:07 2011 +0000 |
tree | 992a03732d14d8abfe18db44f2d71b92d4c3d9dc | |
parent | 52e751d13799c5b170ebe44aff5635bb32ee2bc4 [diff] |
fix memoryleak detected by cppcheck git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1154039 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h index c1dc89d..2d7976e 100644 --- a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h +++ b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h
@@ -143,7 +143,7 @@ monitor->wait(1000); } } - + delete activeCount; std::cout << "\t\t\treaped " << lix * count << " threads" << std::endl; }