1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

Fixed a small memleak.

This commit is contained in:
Laurent Aimar 2007-03-01 23:03:26 +00:00
parent ccf3ec55fa
commit ceada689a2

View File

@ -97,6 +97,7 @@ static void Close( vlc_object_t *p_this )
/* It can happen only if buggy */
if( p_sys->p_input )
vlc_object_release( p_sys->p_input );
free( p_sys );
}
static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )