Changeset 13e7023413768419047f14ce48a08075570a2125
- 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
| r3f99651 |
r13e7023 |
|
| 184 | 184 | { |
|---|
| 185 | 185 | LIBVLC_FUNC; |
|---|
| 186 | | return libvlc_InternalDestroy( p_libvlc, VLC_TRUE ); |
|---|
| | 186 | return libvlc_InternalDestroy( p_libvlc, i_object ? VLC_TRUE : VLC_FALSE ); |
|---|
| 187 | 187 | } |
|---|
| 188 | 188 | |
|---|