Changeset 3008c478206789d38cc1935aef3fdbb1f7fa9933

Show
Ignore:
Timestamp:
19/05/08 13:41:25 (6 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1211197285 +0200
git-parent:

[8d6c2121985d39118999f44544e97b603b301a89]

git-author:
Rafaël Carré <funman@videolan.org> 1211197256 +0200
Message:

Destroy the playlist AFTER looking for a sout attached to it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-common.c

    r8dba805 r3008c47  
    938938    } 
    939939 
    940     /* Free playlist */ 
    941     msg_Dbg( p_libvlc, "removing playlist" ); 
    942     vlc_object_release( priv->p_playlist ); 
    943  
    944940    /* Free video outputs */ 
    945941    msg_Dbg( p_libvlc, "removing all video outputs" ); 
     
    985981    } 
    986982#endif 
     983 
     984    /* Free playlist */ 
     985    msg_Dbg( p_libvlc, "removing playlist" ); 
     986    vlc_object_release( priv->p_playlist ); 
    987987 
    988988    /* Free interaction */