Commit 7385062d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

STL: remove NULL assignment after calloc

parent 1fea773d
......@@ -147,7 +147,6 @@ static subpicture_t *Decode(decoder_t *dec, block_t **block)
payload_size,
cct_nums[dec->p_sys->cct - CCT_BEGIN].str);
sub->p_region->i_align = SUBPICTURE_ALIGN_BOTTOM;
sub->p_region->psz_html = NULL;
}
free(payload);
......
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