Changeset e218b42d56bf8d793d1223ef455396a50b069181

Show
Ignore:
Timestamp:
17/08/08 20:34:04 (4 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1218998044 +0200
git-parent:

[b8afab308f77966cf2e04267dd64066a481f3246]

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

Fix previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/playlist/item.c

    rb8afab3 re218b42  
    209209int playlist_ItemRelease( playlist_item_t *p_item ) 
    210210{ 
     211    /* For the assert */ 
     212    playlist_t *p_playlist = p_item->p_playlist; 
    211213    PL_ASSERT_LOCKED; 
    212214