Changeset 13e7023413768419047f14ce48a08075570a2125

Show
Ignore:
Timestamp:
18/09/06 11:44:20 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1158572660 +0000
git-parent:

[11372015ad0ff62da038e9ff667fa73e0ed601c3]

git-author:
Clément Stenac <zorglub@videolan.org> 1158572660 +0000
Message:

Fix spurious release at end

Files:

Legend:

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

    r3f99651 r13e7023  
    184184{ 
    185185    LIBVLC_FUNC; 
    186     return libvlc_InternalDestroy( p_libvlc, VLC_TRUE ); 
     186    return libvlc_InternalDestroy( p_libvlc, i_object ? VLC_TRUE : VLC_FALSE ); 
    187187} 
    188188