rxml.c: Get rid of a free called on a null pointer
This commit is contained in:
parent
a3f264a679
commit
29eb257e6f
|
@ -247,7 +247,6 @@ static struct rxml_node *rxml_parse_node(const char **ptr_)
|
||||||
|
|
||||||
if (!closing_tag)
|
if (!closing_tag)
|
||||||
{
|
{
|
||||||
free(closing_tag);
|
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue