Commit 4610482a authored by iarwain's avatar iarwain

Fixed missing [super dealloc] call on iOS

parent 54f68002
...@@ -30657,6 +30657,7 @@ static ma_result ma_device__untrack__coreaudio(ma_device* pDevice) ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment