Commit 5d9aac4
committed
[MERGE chakra-core#2206 @MikeHolman] fix issue where LocalAlloc call was passing page count instead of byte count
Merge pull request chakra-core#2206 from MikeHolman:localallocfix
While writing this API I changed parameter from being page count to byte size, but missed updating this call site1 file changed
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | | - | |
1596 | 1595 | | |
1597 | 1596 | | |
1598 | 1597 | | |
1599 | 1598 | | |
1600 | | - | |
1601 | | - | |
1602 | | - | |
1603 | | - | |
1604 | | - | |
1605 | | - | |
| 1599 | + | |
1606 | 1600 | | |
1607 | 1601 | | |
1608 | 1602 | | |
| |||
1618 | 1612 | | |
1619 | 1613 | | |
1620 | 1614 | | |
1621 | | - | |
1622 | | - | |
1623 | | - | |
1624 | | - | |
1625 | | - | |
1626 | | - | |
| 1615 | + | |
1627 | 1616 | | |
1628 | 1617 | | |
1629 | 1618 | | |
| |||
0 commit comments