PK_MESH_defect_details_f   

PK_ERROR_code_t                 PK_MESH_defect_details_f
(
--- received arguments ---
PK_MESH_defect_details_t *const defects     --- structure to free
)


This function frees the PK memory referenced by the structure.


The function will free all the PK memory referenced by the 'defects' structure.
Internally, the function will use the PK_MEMORY_free function to free all the
memory. All the fields within the structure will be initialised before being
returned by the function.