mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Fixed missing [super dealloc] call on iOS
This commit is contained in:
@@ -30657,6 +30657,7 @@ static ma_result ma_device__untrack__coreaudio(ma_device* pDevice)
|
||||
-(void)dealloc
|
||||
{
|
||||
[self remove_handler];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
-(void)remove_handler
|
||||
|
||||
Reference in New Issue
Block a user