mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-29 19:54:05 +02:00
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:
@@ -839,7 +839,7 @@ done:
|
||||
ma_waveform_uninit(&g_State.waveform);
|
||||
}
|
||||
if (g_State.sourceType == source_type_noise) {
|
||||
ma_noise_uninit(&g_State.noise, NULL);
|
||||
ma_noise_uninit(&g_State.noise);
|
||||
}
|
||||
if (g_State.hasEncoder) {
|
||||
ma_encoder_uninit(&g_State.encoder);
|
||||
|
||||
Reference in New Issue
Block a user