Commit bf7f847f authored by Rémi Duraffort's avatar Rémi Duraffort

quartztext: do not call CFRelease on a NULL pointer.

parent cad39a6b
......@@ -366,8 +366,8 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
CFRangeMake( 0, len ), p_attrString);
RenderYUVA( p_filter, p_region_out, p_attrString );
CFRelease( p_attrString );
}
CFRelease(p_attrString);
return VLC_SUCCESS;
}
......
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