JACK: Stop double-posting the stop callback.

This commit is contained in:
David Reid
2025-12-26 19:16:55 +10:00
parent 5d1c089d15
commit 521c224b02
-2
View File
@@ -33860,8 +33860,6 @@ static ma_result ma_device_stop__jack(ma_device* pDevice)
return MA_ERROR; return MA_ERROR;
} }
ma_device_post_notification_stopped(pDevice);
return MA_SUCCESS; return MA_SUCCESS;
} }