tesseract/dict
Stefan Weil 6fad5fc0a9 dict/dict: Fix memory leaks at program termination
Avoid dynamic memory allocation for the static variable 'cache'.
Now the destructor for that variable is called automatically
when Tesseract terminates and releases all associated memory.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-10-25 17:25:55 +02:00
..
context.cpp dict: Fix typos in comments and strings 2015-09-14 22:16:42 +02:00
dawg_cache.cpp remove unneeded comment from commit 2015-05-13 14:59:02 +01:00
dawg_cache.h Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
dawg.cpp Fixed issue 1245 2014-08-13 18:51:28 -07:00
dawg.h dict: Fix typos in comments and strings 2015-09-14 22:16:42 +02:00
dict.cpp dict/dict: Fix memory leaks at program termination 2016-10-25 17:25:55 +02:00
dict.h Remove unneeded const qualifiers 2015-11-05 06:36:42 +01:00
hyphen.cpp Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
Makefile.am Removed dependence on IMAGE class 2014-01-09 17:31:29 +00:00
matchdefs.h Fixed issue 743 2014-01-10 18:25:46 +00:00
permdawg.cpp dict: Fix typos in comments and strings 2015-09-14 22:16:42 +02:00
stopper.cpp Doxygen 2015-07-20 18:48:00 +01:00
stopper.h Doxygen 2015-07-20 18:48:00 +01:00
trie.cpp Fixed issue 1245 2014-08-13 18:51:28 -07:00
trie.h Fixed issue 1245 2014-08-13 18:51:28 -07:00