Freeing everything and solving contexts

This commit is contained in:
Tristan Roux
2019-12-06 19:01:37 +01:00
parent 61ad0b62b4
commit f267a487d4
8 changed files with 52 additions and 11 deletions
+2 -1
View File
@@ -29,4 +29,5 @@ struct node
node *xmlparse(char *path);
dictionary *property_add(dictionary *list, dictionary *property);
node *xml_parsenode(char **nodestr);
node *xml_parsenode(char **nodestr);
void xml_destroy(node *n);