mirror of
https://github.com/rhaleblian/dslibris.git
synced 2025-06-18 16:55:41 -04:00
Fix one more mismatched delete call
This commit is contained in:
parent
ff62b7f327
commit
577ee73d91
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
*.o
|
||||
*.img
|
||||
*.tar.gz
|
||||
#.*#
|
||||
.DS_Store
|
||||
/build
|
||||
/doc
|
||||
|
@ -160,7 +160,7 @@ int epub_parse_currentfile(unzFile uf, epub_data_t *epd)
|
||||
} while (len);
|
||||
sprintf(msg,"info : read %d bytes total\n",len_total); Log(msg);
|
||||
XML_ParserFree(p);
|
||||
delete filebuf;
|
||||
delete [] filebuf;
|
||||
return(rc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user