From 521c224b02be9aec82a4d670a9bfecd9a796e3cf Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 26 Dec 2025 19:16:55 +1000 Subject: [PATCH] JACK: Stop double-posting the stop callback. --- miniaudio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 932254be..feef3830 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -33860,8 +33860,6 @@ static ma_result ma_device_stop__jack(ma_device* pDevice) return MA_ERROR; } - ma_device_post_notification_stopped(pDevice); - return MA_SUCCESS; }