X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fbeos%2FInterfaceWindow.cpp;fp=modules%2Fgui%2Fbeos%2FInterfaceWindow.cpp;h=5fe92d4f648ee47b58edd35f9809bb0358bf5441;hb=ba6501f3084682844e7ee87bad3986bced5f3652;hp=108af799bc15ef2930f745a27cc4e66530ce7231;hpb=7060dbb9a2337bbe05e2be96a22a5282c722d2a7;p=vlc diff --git a/modules/gui/beos/InterfaceWindow.cpp b/modules/gui/beos/InterfaceWindow.cpp index 108af799bc..5fe92d4f64 100644 --- a/modules/gui/beos/InterfaceWindow.cpp +++ b/modules/gui/beos/InterfaceWindow.cpp @@ -203,7 +203,7 @@ InterfaceWindow::InterfaceWindow( intf_thread_t * _p_intf, BRect frame, fLastUpdateTime( system_time() ), fSettings( new BMessage( 'sett' ) ) { - p_playlist = pl_Yield( p_intf ); + p_playlist = pl_Hold( p_intf ); var_AddCallback( p_playlist, "intf-change", PlaylistChanged, this ); var_AddCallback( p_playlist, "item-change", PlaylistChanged, this );