Changeset b3de39d4bde46f4702e3ca4052e3abfcca330c61
- Timestamp:
- 06/12/08 20:37:23
(3 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213295843 +0300
- git-parent:
[175310ff6066991ee45e2a839f8c53e12b75e6d4]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213295843 +0300
- Message:
NULLify p_playlist when the playlist is gone
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd9810ce |
rb3de39d |
|
| 177 | 177 | if( p_playlist->p_fetcher ) |
|---|
| 178 | 178 | vlc_object_release( p_playlist->p_fetcher ); |
|---|
| | 179 | #ifndef NDEBUG |
|---|
| | 180 | p_this->p_libvlc->p_playlist = NULL; /* pl_Yield() will fail */ |
|---|
| | 181 | #endif |
|---|
| 179 | 182 | } |
|---|
| 180 | 183 | |
|---|