[vlc-commits] macosx: fix double release
Felix Paul Kühne
git at videolan.org
Tue Jul 30 17:29:17 CEST 2013
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul 30 17:24:54 2013 +0200| [48e8e56e71b5d0753382aaa38f3dd2bdabe8f6c6] | committer: Felix Paul Kühne
macosx: fix double release
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=48e8e56e71b5d0753382aaa38f3dd2bdabe8f6c6
---
modules/gui/macosx/open.m | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index b1fb842..00781f2 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -283,7 +283,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
if (o_mrl)
[o_mrl release];
- [o_mrl release];
o_mrl = newMRL;
[o_mrl retain];
[o_mrl_fld performSelectorOnMainThread:@selector(setStringValue:) withObject:o_mrl waitUntilDone:NO];
More information about the vlc-commits
mailing list