Author :
krw
Date :
2023-06-21 12:50:09
Hash :e46ff49b Message :Add a parameter 'action' to mpfree() so it can optionally discard
or keep the memory pointed at by the char ** parameter.
Allows mpfree() to be used against the global mountpoints[] and
eliminates a couple of manual loops to free the current contents
of mountpoints[].
No intentional functional change.