зеркало из https://github.com/mozilla/pjs.git
Call the root 'malloc' rather than '.root' since there's no leak root detection going on here.
This commit is contained in:
Родитель
c002d26214
Коммит
a00d28a56f
|
@ -173,7 +173,7 @@ sub print_calltree() {
|
|||
}
|
||||
}
|
||||
|
||||
print_node_indent(".root", $calltree, 0);
|
||||
print_node_indent("malloc", $calltree, 0);
|
||||
}
|
||||
|
||||
add_file($ARGV[0], -1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче