This commit is contained in:
Nishi 2026-02-28 17:42:24 +09:00
commit c5343219bb
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -10,6 +10,8 @@ xemil_t* xl_open(xl_driver_t* driver, void* arg) {
handle->pre = NULL;
handle->root = NULL;
handle->new_text = 0;
if(!handle->driver->open(handle)) {
free(handle);
return NULL;