Fixed issue 1120

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1076 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
theraysmith@gmail.com 2014-04-24 00:58:19 +00:00
parent 9f065fc755
commit 9ebff1ecb0

View File

@ -731,6 +731,7 @@ void Tesseract::TidyUp(PAGE_RES* page_res) {
word_res->word->bounding_box().print();
}
pr_it.DeleteCurrentWord();
delete word_choice;
}
}
pr_it.restart_page();