Changeset 3008c478206789d38cc1935aef3fdbb1f7fa9933
- 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
| r8dba805 |
r3008c47 |
|
| 938 | 938 | } |
|---|
| 939 | 939 | |
|---|
| 940 | | /* Free playlist */ |
|---|
| 941 | | msg_Dbg( p_libvlc, "removing playlist" ); |
|---|
| 942 | | vlc_object_release( priv->p_playlist ); |
|---|
| 943 | | |
|---|
| 944 | 940 | /* Free video outputs */ |
|---|
| 945 | 941 | msg_Dbg( p_libvlc, "removing all video outputs" ); |
|---|
| … | … | |
| 985 | 981 | } |
|---|
| 986 | 982 | #endif |
|---|
| | 983 | |
|---|
| | 984 | /* Free playlist */ |
|---|
| | 985 | msg_Dbg( p_libvlc, "removing playlist" ); |
|---|
| | 986 | vlc_object_release( priv->p_playlist ); |
|---|
| 987 | 987 | |
|---|
| 988 | 988 | /* Free interaction */ |
|---|