mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
tests: fix memory leak in filtering and generation tests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user