MCPcopy Create free account
hub / github.com/creatale/node-dv / FreeMicroFeatures

Function FreeMicroFeatures

deps/tesseract/classify/mfdefs.cpp:48–50  ·  view source on GitHub ↗

---------------------------------------------------------------------------*/ * This routine deallocates all of the memory consumed by * a list of micro-features. * @param MicroFeatures list of micro-features to be freed * @return none * @note History: 7/27/89, DSJ, Created. */

Source from the content-addressed store, hash-verified

46 * @note History: 7/27/89, DSJ, Created.
47 */
48void FreeMicroFeatures(MICROFEATURES MicroFeatures) {
49 destroy_nodes(MicroFeatures, Efree);
50} /* FreeMicroFeatures */

Callers 1

ExtractMicrosFunction · 0.85

Calls 1

destroy_nodesFunction · 0.85

Tested by

no test coverage detected