Fixes
This commit is contained in:
parent
f91b45643d
commit
53aa0e34a8
24 changed files with 116 additions and 110 deletions
|
|
@ -208,7 +208,7 @@ void CallStackCapture::printSnapshot(const CallStack* snapshot) {
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
void CallStackCapture::logLeaks() {
|
||||
void CallStackCapture::logAll() {
|
||||
for (auto cs : *this) {
|
||||
printSnapshot(cs.getCallStack());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue