fix sigsegv
This commit is contained in:
parent
280b00720e
commit
93fcc308b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue