tesseract/api
Stefan Weil f1d3a3b7c3 api/tesseractmain: Fix memory leak caused by exit()
When exit() is called from ParseArgs(), no destructors are executed
for the auto variables vars_vec and vars_values.

Making both variables static fixes the memory leaks, because now the
destructors are always executed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-10-24 20:20:24 +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 improve multipage tiff processing (jbreiden patch from 2016-03-29) 2016-10-06 11:13:42 +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