Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress Regexps created in date__parse
The date library lazily initializes Regexps using static local variables through the function `regcomp`. The Regexp will end up being reported as a memory leak.
- Loading branch information