Changeset 16c8c42c018364be49a7a913db7fd4adce1180d9
- Timestamp:
- 17/07/08 19:03:43
(5 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1216314223 +0200
- git-parent:
[6cc9595de6e94e5f56242a7b605fc30fa3369081]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1216314223 +0200
- Message:
Don't unlock the playlist to lock it the next instruction.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf60a8c7 |
r16c8c42 |
|
| 267 | 267 | return; |
|---|
| 268 | 268 | } |
|---|
| 269 | | vlc_object_unlock( p_parent->p_playlist ); |
|---|
| 270 | 269 | |
|---|
| 271 | 270 | /* Delete the non-node item normally */ |
|---|
| 272 | 271 | playlist_DeleteInputInParent( p_parent->p_playlist, p_input->i_id, |
|---|
| 273 | | p_parent, false ); |
|---|
| | 272 | p_parent, true ); |
|---|
| | 273 | |
|---|
| | 274 | vlc_object_unlock( p_parent->p_playlist ); |
|---|
| 274 | 275 | } |
|---|
| 275 | 276 | |
|---|