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

* playlist.m: fix a locking issue

parent e94bb0dd
......@@ -112,6 +112,8 @@
FIND_ANYWHERE );
i_current_view = VIEW_CATEGORY;
playlist_ViewUpdate( p_playlist, i_current_view );
vlc_object_release( p_playlist );
[o_outline_view setTarget: self];
[o_outline_view setDelegate: self];
[o_outline_view setDataSource: self];
......
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