Commit df72d5e5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

auhal: delete callback on close

fixes #5272
parent b5c35696
......@@ -902,6 +902,8 @@ static void Close( vlc_object_t * p_this )
if( err != noErr ) msg_Err( p_aout, "Could not release hogmode: [%4.4s]", (char *)&err );
}
var_DelCallback( p_aout, "audio-device", AudioDeviceCallback, NULL );
aout_PacketDestroy( p_aout );
free( p_sys );
}
......
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