Skip to content

Commit b82312a

Browse files
committed
replace efree with pefree
1 parent 715c5a5 commit b82312a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5988,7 +5988,7 @@ static void php_mb_populate_current_detect_order_list(void)
59885988
}
59895989

59905990
if (MBSTRG(current_detect_order_list) != NULL) {
5991-
efree(ZEND_VOIDP(MBSTRG(current_detect_order_list)));
5991+
pefree(ZEND_VOIDP(MBSTRG(current_detect_order_list)), 1);
59925992
}
59935993

59945994
MBSTRG(current_detect_order_list) = entry;

0 commit comments

Comments
 (0)