]> git.sesse.net Git - vlc/commitdiff
Removed an invalid free added by 15643af1 (subtitle demuxer).
authorLaurent Aimar <fenrir@videolan.org>
Sat, 12 Dec 2009 18:22:26 +0000 (19:22 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 12 Dec 2009 18:23:57 +0000 (19:23 +0100)
modules/demux/subtitle.c

index 06bfaae1184b98dd755ce94b2ddc38697d8e9218..f36f02a3344bb910bcf538893a935de137c03d58 100644 (file)
@@ -766,7 +766,6 @@ static int TextLoad( text_t *txt, stream_t *s )
             if( !txt->line )
                 return VLC_ENOMEM;
         }
-        free( psz );
     }
 
     if( txt->i_line_count <= 0 )