[vlc-commits] USF: Remove unneeded setting to NULL

Jean-Baptiste Kempf git at videolan.org
Sun May 3 18:27:47 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr  6 19:45:40 2015 +0200| [0b6c9d7a1d22474f3059d7a53cace2a4247a4939] | committer: Jean-Baptiste Kempf

USF: Remove unneeded setting to NULL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b6c9d7a1d22474f3059d7a53cace2a4247a4939
---

 modules/codec/subsusf.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/codec/subsusf.c b/modules/codec/subsusf.c
index a9d6b55..426fc5b 100644
--- a/modules/codec/subsusf.c
+++ b/modules/codec/subsusf.c
@@ -429,7 +429,6 @@ static subpicture_region_t *CreateTextRegion( decoder_t *p_dec,
     {
         ssa_style_t  *p_ssa_style = NULL;
 
-        p_text_region->psz_text = NULL;
         p_text_region->psz_html = strndup( psz_subtitle, i_len );
         if( ! p_text_region->psz_html )
         {



More information about the vlc-commits mailing list