Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
52e751d
)
fix memoryleak detected by cppcheck
author
Roger Meier
<roger@apache.org>
Thu, 4 Aug 2011 22:36:07 +0000
(22:36 +0000)
committer
Roger Meier
<roger@apache.org>
Thu, 4 Aug 2011 22:36:07 +0000
(22:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1154039
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h
b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h
index
c1dc89d
..
2d7976e
100644
(file)
--- a/
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
+++ b/
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
@@
-143,7
+143,7
@@
public:
monitor->wait(1000);
}
}
-
+ delete activeCount;
std::cout << "\t\t\treaped " << lix * count << " threads" << std::endl;
}