Release the memory of all pattern matches specified in the given array.
#include <strpattern.h>
void strpattern_match_delete_all(strpattern_match *const *matches, int len, int *err)
BlackBerry 10.0.0
A pointer to the head of the array with pattern matches.
The length of the array.
STRPATTERN_EOK if there is no error.
All pattern matches must be allocated on the heap.