Commit d201d7cd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix a missing playlist release in the OSX playlist

parent 43e43fa5
...@@ -384,6 +384,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/ ...@@ -384,6 +384,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
i_current_view = VIEW_CATEGORY; i_current_view = VIEW_CATEGORY;
playlist_ViewUpdate( p_playlist, i_current_view ); playlist_ViewUpdate( p_playlist, i_current_view );
vlc_object_release( p_playlist );
[self playlistUpdated]; [self playlistUpdated];
return; 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