Changeset 19d9683044017341da6a5335aea1007cf05bf230
- Timestamp:
- 07/05/08 01:46:14
(2 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215215174 +0200
- git-parent:
[3c4e97e35871880fdf5b18a7b344de614702b09c]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215170344 +0200
- Message:
macosx: use pl_Release() with pl_Yield(), no vlc_object_release().
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r229c8f9 |
r19d9683 |
|
| 1237 | 1237 | var_AddCallback( p_playlist, "item-deleted", PlaylistChanged, self ); |
|---|
| 1238 | 1238 | |
|---|
| 1239 | | vlc_object_release( p_playlist ); |
|---|
| | 1239 | pl_Release( p_intf ); |
|---|
| 1240 | 1240 | |
|---|
| 1241 | 1241 | vlc_object_lock( p_intf ); |
|---|