Fix memory leak in tree
This commit is contained in:
parent
7251456cd2
commit
8deeff392b
4 changed files with 12 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ int main(int argc, char *argv[])
|
|||
"",
|
||||
"--no-color",
|
||||
"--only="
|
||||
// "reports errors inside of nested objects",
|
||||
""
|
||||
};
|
||||
return bandit::run(4, const_cast<char **>(args));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue