Skip to content

Commit 901417f

Browse files
committed
Fix mbfl default allocators
Forgot to remove the persistent allocators from here.
1 parent a0cae93 commit 901417f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/mbstring/libmbfl/mbfl/mbfl_allocators.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ static mbfl_allocators default_allocators = {
4848
__mbfl__realloc,
4949
__mbfl__calloc,
5050
__mbfl__free,
51-
__mbfl__malloc,
52-
__mbfl__realloc,
53-
__mbfl__free
5451
};
5552

5653
mbfl_allocators *__mbfl_allocators = &default_allocators;

0 commit comments

Comments
 (0)