should
This commit is contained in:
parent
4ae511b917
commit
c5343219bb
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue