From bf93051fff16a158b01aca7355d220a8c1bbb04e Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 16 Dec 2003 21:55:22 +0000 Subject: [PATCH] Fix function name. --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index dd1f54bba6..2cd9f5585c 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -112,7 +112,7 @@ static PHP_MINIT_FUNCTION(pcre) #ifdef NO_RECURSE pcre_stack_malloc = php_pcre_malloc; - pcre_stack_free = php_pcre_stack_free; + pcre_stack_free = php_pcre_free; #endif return SUCCESS; -- 2.50.1