git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975a356
)
Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
author
Rafaël Carré
<funman@videolan.org>
Wed, 28 May 2008 16:21:48 +0000
(18:21 +0200)
committer
Rafaël Carré
<funman@videolan.org>
Wed, 28 May 2008 16:21:52 +0000
(18:21 +0200)
src/audio_output/common.c
patch
|
blob
|
history
diff --git
a/src/audio_output/common.c
b/src/audio_output/common.c
index
6728194
..
b674a8d
100644
(file)
--- a/
src/audio_output/common.c
+++ b/
src/audio_output/common.c
@@
-82,9
+82,6
@@
static void aout_Destructor( vlc_object_t * p_this )
vlc_mutex_destroy( &p_aout->input_fifos_lock );
vlc_mutex_destroy( &p_aout->mixer_lock );
vlc_mutex_destroy( &p_aout->output_fifo_lock );
-
- /* Free structure. */
- vlc_object_release( p_aout );
}