mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 01:42:41 +08:00
Fixed issue 1117
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1075 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
45e106820f
commit
9f065fc755
@ -635,6 +635,7 @@ void MasterTrainer::WriteInttempAndPFFMTable(const UNICHARSET& unicharset,
|
||||
}
|
||||
fclose(fp);
|
||||
free_int_templates(int_templates);
|
||||
delete classify;
|
||||
}
|
||||
|
||||
// Generate debug output relating to the canonical distance between the
|
||||
|
Loading…
Reference in New Issue
Block a user