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
|
*.o
|
||||||
*.img
|
*.img
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
#.*#
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/doc
|
/doc
|
||||||
|
@ -160,7 +160,7 @@ int epub_parse_currentfile(unzFile uf, epub_data_t *epd)
|
|||||||
} while (len);
|
} while (len);
|
||||||
sprintf(msg,"info : read %d bytes total\n",len_total); Log(msg);
|
sprintf(msg,"info : read %d bytes total\n",len_total); Log(msg);
|
||||||
XML_ParserFree(p);
|
XML_ParserFree(p);
|
||||||
delete filebuf;
|
delete [] filebuf;
|
||||||
return(rc);
|
return(rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user