follow-up 3
This commit is contained in:
@@ -104,3 +104,9 @@ regex_free(struct nhregex *re)
|
||||
regfree(&re->re);
|
||||
free(re);
|
||||
}
|
||||
|
||||
void
|
||||
regex_at_exit(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user