From 901417f0ae02afc8bef904818edaf2b2db8f6b58 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 4 May 2020 23:41:39 +0200 Subject: [PATCH] Fix mbfl default allocators Forgot to remove the persistent allocators from here. --- ext/mbstring/libmbfl/mbfl/mbfl_allocators.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.50.1