summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-04 23:41:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-04 23:41:39 +0200
commit901417f0ae02afc8bef904818edaf2b2db8f6b58 (patch)
tree45c849fa6b664851d1bfdcc932e50144f4961ed6
parenta0cae937c54fb7e3e0536d45f7a633df3657ade7 (diff)
downloadphp-git-901417f0ae02afc8bef904818edaf2b2db8f6b58.tar.gz
Fix mbfl default allocators
Forgot to remove the persistent allocators from here.
-rw-r--r--ext/mbstring/libmbfl/mbfl/mbfl_allocators.c3
1 files changed, 0 insertions, 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;