Commit 0b6c9d7a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

USF: Remove unneeded setting to NULL

parent 2c5eb9a4
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment