Fix leaks in integration test. (#5072)
This commit is contained in:
parent
78f8f11b60
commit
ae61f0f2ca
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ bool test_bin_vfiles() {
|
|||
|
||||
// 5. Exit
|
||||
rz_bin_free(bin);
|
||||
rz_buf_free(buf);
|
||||
mu_end;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue