]> git.sesse.net Git - vlc/commitdiff
Revert part of the previous commit which was wrong. (Looks like the leak is in Conver...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 25 Jul 2007 21:23:25 +0000 (21:23 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 25 Jul 2007 21:23:25 +0000 (21:23 +0000)
modules/stream_out/mosaic_bridge.c

index c6691de64d5dad0b4edc3ecbcdcc36e39a6c14e7..e3e32fd0e2a37b010d8cf53834c9dbd2372eeac9 100644 (file)
@@ -616,8 +616,6 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
                 continue;
             }
 
-            p_new_pic->pf_release = (pf_release_t)free;
-
             vout_CopyPicture( p_stream, p_new_pic, p_pic );
         }