Commit 78da9487 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix destruction of bookmarks window, simplify

parent dcb7543f
...@@ -779,21 +779,12 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -779,21 +779,12 @@ static VLCMain *_o_sharedMainInstance = nil;
/* release some other objects here, because it isn't sure whether dealloc /* release some other objects here, because it isn't sure whether dealloc
* will be called later on */ * will be called later on */
if (o_sprefs)
[o_sprefs release]; [o_sprefs release];
if (o_prefs)
[o_prefs release]; [o_prefs release];
[o_open release]; [o_open release];
if (o_info)
[o_info release]; [o_info release];
if (o_wizard)
[o_wizard release]; [o_wizard release];
if (!o_bookmarks)
[o_bookmarks release]; [o_bookmarks release];
[o_resume_dialog release]; [o_resume_dialog 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