mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 22:25:45 +03:00
Negligible change to force triggering v2 buildbots
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
/**
|
/**
|
||||||
* Releases the resources used by a single regular expression pattern.
|
* Releases the resources used by a single regular expression pattern.
|
||||||
*/
|
*/
|
||||||
|
// FIXME
|
||||||
static apr_status_t msc_pcre_cleanup(msc_regex_t *regex) {
|
static apr_status_t msc_pcre_cleanup(msc_regex_t *regex) {
|
||||||
if (regex != NULL) {
|
if (regex != NULL) {
|
||||||
if (regex->pe != NULL) {
|
if (regex->pe != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user