| 88 | } |
| 89 | |
| 90 | void teardown() |
| 91 | { |
| 92 | detector->deallocMemory(allocator, leak1); |
| 93 | detector->deallocMemory(allocator, leak2); |
| 94 | |
| 95 | delete fixture; |
| 96 | delete memPlugin; |
| 97 | delete detector; |
| 98 | delete allocator; |
| 99 | } |
| 100 | }; |
| 101 | |
| 102 | static void _testTwoLeaks() |
nothing calls this directly
no test coverage detected