Changeset 2444c425f396f0a13d558f16e40bf8c455f2c727

Show
Ignore:
Timestamp:
14/11/05 22:03:49 (3 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1132002229 +0000
git-parent:

[a289e3243b92d8c6813a2a6a6bb63dcdd65c9d47]

git-author:
Damien Fouilleul <damienf@videolan.org> 1132002229 +0000
Message:

libvlc.c: fixed object leak (playlist)

Files:

Legend:

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

    rc59fd2b r2444c42  
    13401340    { 
    13411341        if( i_object ) vlc_object_release( p_vlc ); 
     1342        vlc_object_release( p_playlist ); 
    13421343        return VLC_ENOOBJ; 
    13431344    }