mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Improved fix for issue #3405
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
0b7fc068d2
commit
2e2a5b3ef4
@ -1527,7 +1527,6 @@ static void RotateAndExplodeBlobList(const FCOORD &blob_rotation, BLOBNBOX_LIST
|
||||
it.add_after_stay_put(new_blob);
|
||||
}
|
||||
it.extract();
|
||||
delete cblob;
|
||||
delete blob;
|
||||
} else {
|
||||
if (blob_rotation.x() != 1.0f || blob_rotation.y() != 0.0f) {
|
||||
|
Loading…
Reference in New Issue
Block a user