Frees the specified matching rule structure (and optionally, its members) from memory.
Syntax
#include "slapi-plugin.h"
void slapi_matchingrule_free(Slapi_MatchingRuleEntry **mrEntry,
int freeMembers);
Parameters
The function has the following parameters:
Description. This function frees an Slapi_MatchingRuleEntry structure (and,
optionally, its members) from memory. Call this function when you are done
working with the structure.
Example
[To be added]
See Also