X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fsdl%2Faout_sdl.c;h=72a571b3389f52aa1d666017d3c0538f331db5ec;hb=011dbff0cd1ac2362d16fd7077661a61f21870df;hp=1085e2d1992c6f53f3e9b7804713515220855bc5;hpb=9e4686596106ba4161ca35936ec051729741b7a4;p=vlc diff --git a/plugins/sdl/aout_sdl.c b/plugins/sdl/aout_sdl.c index 1085e2d199..72a571b338 100644 --- a/plugins/sdl/aout_sdl.c +++ b/plugins/sdl/aout_sdl.c @@ -2,7 +2,7 @@ * aout_sdl.c : audio sdl functions library ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN - * $Id: aout_sdl.c,v 1.20.2.1 2001/12/18 00:51:19 sam Exp $ + * $Id: aout_sdl.c,v 1.20.2.2 2001/12/18 02:19:35 sam Exp $ * * Authors: Michel Kaempf * Samuel Hocevar @@ -183,7 +183,8 @@ static int aout_Open( aout_thread_t *p_aout ) #endif ) < 0 ) { - intf_ErrMsg( "aout error: can't initialize SDL (%s)", SDL_GetError() );+ free( p_aout->p_sys ); + intf_ErrMsg( "aout error: can't initialize SDL (%s)", SDL_GetError() ); + free( p_aout->p_sys ); return( 1 ); }