/ Free the value block. */ /
| 1407 | /* Free the value block. */ |
| 1408 | /***********************************************************************/ |
| 1409 | void MBVALS::Free(void) |
| 1410 | { |
| 1411 | PlgDBfree(Mblk); |
| 1412 | Vblk = NULL; |
| 1413 | } // end of Free |
| 1414 | |
| 1415 | /* ------------------------- End of Valblk --------------------------- */ |
| 1416 |
no test coverage detected