Merge pull request #803 from lioncash/free-null

rxml.c: Get rid of a free called on a null pointer
This commit is contained in:
Twinaphex 2014-07-12 02:28:37 +02:00
commit 38dc70f7c0
1 changed files with 0 additions and 1 deletions

View File

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