]> git.sesse.net Git - vlc/commitdiff
Fixed a small memleak.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 1 Mar 2007 23:03:26 +0000 (23:03 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 1 Mar 2007 23:03:26 +0000 (23:03 +0000)
modules/stream_out/description.c

index e01aaaeb8831c3ae0e06c81cfc935884d9b41f84..07b1383a31f4e128a5dd1396fdd351ca867c9b03 100644 (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 )