MCPcopy Create free account
hub / github.com/cpputest/cpputest / teardown

Function teardown

tests/CppUTest/MemoryLeakWarningTest.cpp:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
102static void _testTwoLeaks()

Callers

nothing calls this directly

Calls 2

deallocMemoryMethod · 0.80
restoreMethod · 0.45

Tested by

no test coverage detected