Prototype:
Free Unit of Work. Releases the memory allocated by MSM_CreateUOW(). Called during cleanup process.
void MSM_FreeUOW(TM_Context* pCtx, MSM_UofW* pUOW)
TM_Context* pCtx: Pointer to TM_Context returned by TM_Init
MSM_UofW* pUOW: Pointer to MSM_UofW returned by MSM_CreateUOW
Void