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

Function FreeProtoList

deps/tesseract/classify/cluster.cpp:574–576  ·  view source on GitHub ↗

* This routine frees all of the memory allocated to the * specified list of prototypes. The clusters which are * pointed to by the prototypes are not freed. * @param ProtoList pointer to list of prototypes to be freed * @return None * @note Exceptions: None * @note History: 6/6/89, DSJ, Created. */

Source from the content-addressed store, hash-verified

572 * @note History: 6/6/89, DSJ, Created.
573 */
574void FreeProtoList(LIST *ProtoList) {
575 destroy_nodes(*ProtoList, FreePrototype);
576} // FreeProtoList
577
578/**
579 * This routine deallocates the memory consumed by the specified

Callers 2

ClusterSamplesFunction · 0.85
FreeNormProtosMethod · 0.85

Calls 1

destroy_nodesFunction · 0.85

Tested by

no test coverage detected