.TH "dmmp_mpath_array_free" 3 "dmmp_mpath_array_free" "February 2023" "Device Mapper Multipath API - libdmmp Manual" .SH NAME dmmp_mpath_array_free \- Free 'struct dmmp_mpath' pointer array. .SH SYNOPSIS .B "void" dmmp_mpath_array_free .BI "(struct dmmp_mpath **" dmmp_mps "," .BI "uint32_t " dmmp_mp_count ");" .SH ARGUMENTS .IP "dmmp_mps" 12 Pointer of 'struct dmmp_mpath' array. .IP "dmmp_mp_count" 12 uint32_t, the size of 'dmmp_mps' pointer array. .SH "DESCRIPTION" Free the 'dmmp_mps' pointer array generated by \fBdmmp_mpath_array_get\fP. If provided 'dmmp_mps' pointer is NULL or dmmp_mp_count == 0, do nothing. .SH "RETURN" void