Changeset 393b8a063539c0230473e517e6ffe37fc290b810
- Timestamp:
- 11/10/07 02:22:58
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1192062178 +0000
- git-parent:
[b7757a073890685126c5fac36d979d6d610e2e37]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1192062178 +0000
- Message:
playlist/services_discovery.c: Fix a segfault.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb7757a0 |
r393b8a0 |
|
| 233 | 233 | p_input->i_id, p_parent, VLC_TRUE ); |
|---|
| 234 | 234 | |
|---|
| 235 | | if( p_pl_item->i_children > -1 ) |
|---|
| | 235 | if( p_pl_item && p_pl_item->i_children > -1 ) |
|---|
| 236 | 236 | { |
|---|
| 237 | 237 | playlist_NodeDelete( p_parent->p_playlist, p_pl_item, VLC_TRUE, VLC_FALSE ); |
|---|