fix sigsegv

This commit is contained in:
Nishi 2026-02-24 18:57:34 +09:00
commit 93fcc308b6
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -328,6 +328,7 @@ int xl_parse(xemil_t* handle) {
n->next = NULL;
last->next = n;
}
n->first_child = NULL;
} else {
xl_node_t* last = NULL;
if(handle->root == NULL) handle->root = n;