This commit is contained in:
Nishi 2026-03-02 17:56:41 +09:00
commit e645137476
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -680,6 +680,11 @@ xl_node_t** xl_get_path(xl_node_t* node, const char* path){
if(old == 0) break;
}
}
if(r[0] == NULL){
free(r);
r = NULL;
}
return r;
}