Files
whisper.cpp/examples
petterreinholdtsen 47b9eb37a3 examples : fix memory leak in read_audio_data (#3810)
This commit addresses a memory leak in the `read_audio_data` function
where it is currently possible that a call to `ma_decoder_init_file`
succeeds and the function returns early without calling
`ma_decoder_uninit`. A similar situation can occur with
`ma_decoder_init_memory`.

Refs: https://bugs.debian.org/1124796

Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
2026-05-18 12:16:39 +02:00
..
2024-11-18 14:57:23 +02:00
2026-05-14 21:26:48 +03:00
2025-09-30 21:28:03 +03:00
2025-10-27 08:49:32 +02:00
2026-05-01 13:07:33 +03:00
2023-11-20 13:16:38 +02:00