Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api/baseapi: Fix memory leaks at program termination
Calling TessBaseAPI::Clear() which calls TessBaseAPI::ClearResults() which calls SavePixForCrash(0, NULL) is needed to release objects allocated in global_crash_pixes. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information