bah! fix this properly

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@399 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
joregan 2010-06-05 14:13:31 +00:00
parent 95db341728
commit 150c1f741c

View File

@ -341,13 +341,11 @@ int main(int argc, char **argv) {
TesseractImage(argv[1], &image, NULL, 0, &api, &text_out);
#ifdef _TIFFIO_
}
delete[] ext;
#endif
#endif // HAVE_LIBLEPT
//no longer using ext or fp
#ifdef _TIFFIO_
delete[] ext;
#endif
//no longer using fp
fclose(fp);
bool output_hocr = tessedit_create_hocr;