tests: fix memory leak in filtering and generation tests

This commit is contained in:
David Reid
2025-08-19 08:26:22 +10:00
parent 78cdb9c1cb
commit 6e1cd41622
8 changed files with 13 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ ma_result test_noise__by_format_and_type(ma_format format, ma_noise_type type, c
}
ma_encoder_uninit(&encoder);
ma_noise_uninit(&noise, NULL);
return MA_SUCCESS;
}