mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
f1d3a3b7c3
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> |
||
---|---|---|
.. | ||
apitypes.h | ||
baseapi.cpp | ||
baseapi.h | ||
capi.cpp | ||
capi.h | ||
Makefile.am | ||
pdfrenderer.cpp | ||
renderer.cpp | ||
renderer.h | ||
tesseractmain.cpp |