Commit a7aecc25 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Make sure the killer_thread ends.

parent b6efef38
......@@ -195,6 +195,8 @@ static void Run( intf_thread_t *p_intf )
if(setjmp(jmpbuffer) == 0)
[NSApp run];
pthread_join( &killer_thread, NULL );
[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