Commit 2a6de932 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Try to fix a crash at exit.

Spotted in our bugreport ml.
parent 55de54d4
......@@ -120,8 +120,6 @@ void CloseIntf ( vlc_object_t *p_this )
{
intf_thread_t *p_intf = (intf_thread_t*) p_this;
[[VLCMain sharedInstance] setIntf: nil];
msg_Unsubscribe( p_intf, p_intf->p_sys->p_sub );
[p_intf->p_sys->o_pool release];
......
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