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

macosx: fix potential link in open panel

parent 73a4a5a2
......@@ -325,6 +325,9 @@ static VLCOpen *_o_sharedMainInstance = nil;
- (void)setMRL:(NSString *)newMRL
{
if (!newMRL)
newMRL = @"";
if (o_mrl)
[o_mrl 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