]> granicus.if.org Git - php/commitdiff
Fix function name.
authorAndrei Zmievski <andrei@php.net>
Tue, 16 Dec 2003 21:55:22 +0000 (21:55 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 16 Dec 2003 21:55:22 +0000 (21:55 +0000)
ext/pcre/php_pcre.c

index dd1f54bba6db5ffc90b2ceb3410914d0fcc3653e..2cd9f5585ce107514d82eb745a79a0854287c49e 100644 (file)
@@ -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;