summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xplist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xplist.c b/src/xplist.c
index f896030..a6737fb 100644
--- a/src/xplist.c
+++ b/src/xplist.c
@@ -1265,6 +1265,9 @@ static void node_from_xml(parse_ctx ctx, plist_t *plist)
1265 free(path_item); 1265 free(path_item);
1266 1266
1267 parent = ((node_t*)parent)->parent; 1267 parent = ((node_t*)parent)->parent;
1268 if (!parent) {
1269 goto err_out;
1270 }
1268 } 1271 }
1269 1272
1270 free(tag); 1273 free(tag);