mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14: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
|
-(void)dealloc
|
||||||
{
|
{
|
||||||
[self remove_handler];
|
[self remove_handler];
|
||||||
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
-(void)remove_handler
|
-(void)remove_handler
|
||||||
|
|||||||
Reference in New Issue
Block a user