Commit 8bee2260 authored by Rémi Duraffort's avatar Rémi Duraffort

svg: fix possible NULL dereference.

parent 3efb87c0
......@@ -403,7 +403,7 @@ static void svg_RenderPicture( filter_t *p_filter,
if( !p_handle )
{
msg_Err( p_filter, "Error creating SVG reader: %s", error->message );
msg_Err( p_filter, "Error creating SVG reader" );
return;
}
......
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