---------------------------------------------------------------------------*/ * 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. */
| 46 | * @note History: 7/27/89, DSJ, Created. |
| 47 | */ |
| 48 | void FreeMicroFeatures(MICROFEATURES MicroFeatures) { |
| 49 | destroy_nodes(MicroFeatures, Efree); |
| 50 | } /* FreeMicroFeatures */ |
no test coverage detected