Fix leaks in integration test. (#5072)

This commit is contained in:
Rot127 2025-04-06 15:40:45 +00:00 committed by GitHub
parent 78f8f11b60
commit ae61f0f2ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ bool test_bin_vfiles() {
// 5. Exit
rz_bin_free(bin);
rz_buf_free(buf);
mu_end;
}