From ecffc00ccf5e2531dfeebff6c32e2939e26788fe Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 10 Mar 2021 17:31:42 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 348d0c68..2264fe06 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64481,6 +64481,7 @@ The following miscellaneous changes have also been made. REVISION HISTORY ================ v0.10.33 - TBD + - Core Audio: Fix a memory leak. - Add a safety check to the following APIs to prevent a division by zero: - ma_calculate_buffer_size_in_milliseconds_from_frames() - ma_calculate_buffer_size_in_milliseconds_from_milliseconds()