[vlc-devel] commit: Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333] ( Rafaël Carré )
    git version control 
    git at videolan.org
       
    Wed May 28 18:20:20 CEST 2008
    
    
  
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed May 28 18:21:48 2008 +0200| [ff58efe4687840ee043d510a51a911917fb9a912]
Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff58efe4687840ee043d510a51a911917fb9a912
---
 src/audio_output/common.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/audio_output/common.c b/src/audio_output/common.c
index 6728194..b674a8d 100644
--- 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 );
 }
 
 
    
    
More information about the vlc-devel
mailing list