Changeset af8882da9fb737a57d2842d3c39f6efdfa93d3ed
- Timestamp:
- 11/03/05 23:10:25
(3 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1131055825 +0000
- git-parent:
[a4bc58cd42ab60b2cafe2fb4e8f35f0c901d5c32]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1131055825 +0000
- Message:
forgot to remove the original vlc_release_object()
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra4bc58c |
raf8882d |
|
| 101 | 101 | } |
|---|
| 102 | 102 | vlc_mutex_unlock( &p_aout->mixer_lock ); |
|---|
| 103 | | |
|---|
| 104 | | vlc_object_release( p_aout ); |
|---|
| 105 | 103 | |
|---|
| 106 | 104 | val.b_bool = VLC_TRUE; |
|---|