Skip to content

Commit 5c2f5ce

Browse files
ToBee94Tobias Vorwachs
authored andcommitted
Revert "replace efree with pefree"
This reverts commit b82312a.
1 parent 4001ff9 commit 5c2f5ce

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-
pefree(ZEND_VOIDP(MBSTRG(current_detect_order_list)), 1);
5991+
efree(ZEND_VOIDP(MBSTRG(current_detect_order_list)));
59925992
}
59935993

59945994
MBSTRG(current_detect_order_list) = entry;

0 commit comments

Comments
 (0)