]> granicus.if.org Git - php/commitdiff
Fix mbfl default allocators
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 4 May 2020 21:41:39 +0000 (23:41 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 4 May 2020 21:41:39 +0000 (23:41 +0200)
Forgot to remove the persistent allocators from here.

ext/mbstring/libmbfl/mbfl/mbfl_allocators.c

index 42130e8b2c11226e6c2399cafeb1d5daed153740..dbc4fc71ca92bf4264d3888a28562a0e2cd551d1 100644 (file)
@@ -48,9 +48,6 @@ static mbfl_allocators default_allocators = {
        __mbfl__realloc,
        __mbfl__calloc,
        __mbfl__free,
-       __mbfl__malloc,
-       __mbfl__realloc,
-       __mbfl__free
 };
 
 mbfl_allocators *__mbfl_allocators = &default_allocators;