test: update b_stream usage

This commit is contained in:
2025-10-24 12:51:54 +01:00
parent a956e21fc4
commit e499d8631f
12 changed files with 57 additions and 74 deletions

View File

@@ -76,7 +76,7 @@ int main(int argc, const char **argv)
printf("Done\n");
b_cstream_close(cstream);
b_stream_close(in_stream);
b_stream_unref(in_stream);
fclose(in_fp);
return 0;