mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 15:29:23 +00:00
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)
|
||||
{
|
||||
free(closing_tag);
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user