Memory Leaks?

27 views
Skip to first unread message

Mike Hansen

unread,
Feb 18, 2016, 1:10:37 PM2/18/16
to tesseract-ocr
We're compiling Tesseract using Visual Studio 2010, statically linking in Tesseract.  We're seeing numerous memory leaks from the Tesseract code, and that's from simply calling init(no recognition, nothing else).  There seems to be many objects of type Dawg allocated but never deallocated.  Is this a known problem with the Tesseract codebase or are we perhaps doing something wrong?  We see the memory leaks whether we call end() or not.  We've noticed that many developers seem to prefer using Tesseract via command line rather than integrated into their codebase.  Perhaps the memory leaks are a big driver for using Tesseract in this manner?  Is the Tesseract codebase known to be riddled with memory leaks?  Note that we've pulled down the latest code/V3.04.
Reply all
Reply to author
Forward
0 new messages