Commit 77347b41 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx intf: aout leaks

parent 0e05b6e2
......@@ -706,6 +706,7 @@ static VLCExtended *_o_sharedInstance = nil;
}
else
{
if( p_aout ) vlc_object_release( p_aout );
return;
}
}
......@@ -725,6 +726,7 @@ static VLCExtended *_o_sharedInstance = nil;
else
{
free( psz_string );
if( p_aout ) vlc_object_release( p_aout );
return;
}
}
......
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