rxml.c: Get rid of a free called on a null pointer

This commit is contained in:
Lioncash 2014-07-11 19:50:39 -04:00
parent a3f264a679
commit 29eb257e6f

View File

@ -247,7 +247,6 @@ static struct rxml_node *rxml_parse_node(const char **ptr_)
if (!closing_tag)
{
free(closing_tag);
goto error;
}