From: Nikita Popov Date: Mon, 4 May 2020 21:41:39 +0000 (+0200) Subject: Fix mbfl default allocators X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=901417f0ae02afc8bef904818edaf2b2db8f6b58;p=php Fix mbfl default allocators Forgot to remove the persistent allocators from here. --- diff --git a/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c b/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c index 42130e8b2c..dbc4fc71ca 100644 --- a/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c +++ b/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c @@ -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;