---------------------------------------------------------------------------*/ * Release all memory consumed by the specified list * of outlines. * @param Outlines list of mf-outlines to be freed * @return none * @note Exceptions: none * @note History: Thu Dec 13 16:14:50 1990, DSJ, Created. */
| 177 | * @note History: Thu Dec 13 16:14:50 1990, DSJ, Created. |
| 178 | */ |
| 179 | void FreeOutlines(LIST Outlines) { |
| 180 | destroy_nodes(Outlines, FreeMFOutline); |
| 181 | } /* FreeOutlines */ |
| 182 | |
| 183 | |
| 184 | /*---------------------------------------------------------------------------*/ |
no test coverage detected