[vlc-devel] commit: Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333] ( Rafaël Carré )

Pierre d'Herbemont pdherbemont at free.fr
Wed May 28 20:35:15 CEST 2008


On May 28, 2008, at 6:20 PM, git version control wrote:

> 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 );

Thanks.

Pierre.




More information about the vlc-devel mailing list