commit | 7947b544d2e716be16f7d9a5324a436b901780f7 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Sun Nov 09 12:30:50 2014 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Sun Nov 09 12:30:50 2014 -0800 |
tree | f57e368209e55a91c52d6bb552c131afa2a5e9d8 | |
parent | d45f76e59bf8342491ca02d64721537e06c79f43 [diff] |
Fix thread pool test valgrind flakiness The test used to use the counters to see when the tasks were done but since the counter is incremented before finalize was called, the test would sometimes finish before the objects were freed. This resulted in valgrind leaks. Change-Id: I6dc3cf6a155cde3af5d06b1416773a6ae6f2a6e6