Changeset 19d9683044017341da6a5335aea1007cf05bf230

Show
Ignore:
Timestamp:
07/05/08 01:46:14 (2 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1215215174 +0200
git-parent:

[3c4e97e35871880fdf5b18a7b344de614702b09c]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1215170344 +0200
Message:

macosx: use pl_Release() with pl_Yield(), no vlc_object_release().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/intf.m

    r229c8f9 r19d9683  
    12371237    var_AddCallback( p_playlist, "item-deleted", PlaylistChanged, self ); 
    12381238 
    1239     vlc_object_release( p_playlist ); 
     1239    pl_Release( p_intf ); 
    12401240 
    12411241    vlc_object_lock( p_intf );