regfree method

void regfree(
  1. regex_t preg
)

Free regex resources

Implementation

void regfree(regex_t preg) {
  preg.re = null;
}