Changeset ff58efe4687840ee043d510a51a911917fb9a912
- Timestamp:
- 05/28/08 18:21:52
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1211991712 +0200
- git-parent:
[975a356c965b7f84586b929b14ea8a70c6535beb]
- git-author:
- Rafaël Carré <funman@videolan.org> 1211991708 +0200
- Message:
Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r95e3bb2 |
rff58efe |
|
| 83 | 83 | vlc_mutex_destroy( &p_aout->mixer_lock ); |
|---|
| 84 | 84 | vlc_mutex_destroy( &p_aout->output_fifo_lock ); |
|---|
| 85 | | |
|---|
| 86 | | /* Free structure. */ |
|---|
| 87 | | vlc_object_release( p_aout ); |
|---|
| 88 | 85 | } |
|---|
| 89 | 86 | |
|---|