API CHANGE: Update ma_noise_uninit().

This removes the allocations callback parameter. It is no managed
internally in preparation for some changes to data source management.
This commit is contained in:
David Reid
2026-04-28 17:23:16 +10:00
parent 52f22d6597
commit b5732f515a
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -31,7 +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);
ma_noise_uninit(&noise);
return MA_SUCCESS;
}