logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dmmp_mpath_array_free - Free 'struct dmmp_mpath' pointer array.

Arguments

       dmmp_mps    Pointer of 'struct dmmp_mpath' array.

       dmmp_mp_count
                   uint32_t, the size of 'dmmp_mps' pointer array.

Description

       Free  the  'dmmp_mps' pointer array generated by dmmp_mpath_array_get.  If provided 'dmmp_mps' pointer is
       NULL or dmmp_mp_count == 0, do nothing.

Name

       dmmp_mpath_array_free - Free 'struct dmmp_mpath' pointer array.

Return

       void

March 2018                                    dmmp_mpath_array_free                     dmmp_mpath_array_free(3)

Synopsis

voiddmmp_mpath_array_free(structdmmp_mpath**dmmp_mps,uint32_tdmmp_mp_count);

See Also