tesseract/api
Stefan Weil ea786e25a4 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 <sw@weilnetz.de>
2016-10-25 19:11:10 +02:00
..
apitypes.h Cleaned up externally used namespace by removing includes from baseapi.h 2012-02-02 03:14:16 +00:00
baseapi.cpp api/baseapi: Fix memory leaks at program termination 2016-10-25 19:11:10 +02:00
baseapi.h Remove unneeded 'struct' from TessBaseAPI::GetHOCRText (issue #414) 2016-09-05 13:17:13 +02:00
capi.cpp add copyright to C-API 2016-03-18 19:17:09 +01:00
capi.h add copyright to C-API 2016-03-18 19:17:09 +01:00
Makefile.am Fix Cygwin compatibility 2016-06-17 15:52:01 +03:00
pdfrenderer.cpp fix #369 - pdf output with transparent background image 2016-08-05 22:37:58 +02:00
renderer.cpp Fix text box width/hight calculation 2016-06-25 12:40:28 +02:00
renderer.h Cleanup TSV renderer 2016-03-01 13:41:19 -05:00
tesseractmain.cpp api/tesseractmain: Fix memory leak caused by exit() 2016-10-24 20:20:24 +02:00