mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
fix pcre allocation on Win32, the bug had been introduced in r3326
This commit is contained in:
parent
25622c2f92
commit
69061b73ef
1 changed files with 2 additions and 6 deletions
|
|
@ -35,11 +35,9 @@ ngx_regex_malloc_init(ngx_pool_t *pool)
|
|||
return;
|
||||
}
|
||||
|
||||
#else
|
||||
#endif
|
||||
|
||||
ngx_pcre_pool = pool;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -55,11 +53,9 @@ ngx_regex_malloc_done(void)
|
|||
return;
|
||||
}
|
||||
|
||||
#else
|
||||
#endif
|
||||
|
||||
ngx_pcre_pool = NULL;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue