Commit c975d7b
Fix memory leak on ARM
Summary: We have a memory leak on ARM. When we have an inlined function we're using kBitTest but it sets different flags than x64 does. So we need an architecture specific check to see which flag to check.
Reviewed By: mpage
Differential Revision: D103768786
fbshipit-source-id: 702a5525b6780f4b5ae92ae4c2ed15d82a9090161 parent f52d3a1 commit c975d7b
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4036 | 4036 | | |
4037 | 4037 | | |
4038 | 4038 | | |
| 4039 | + | |
4039 | 4040 | | |
4040 | 4041 | | |
4041 | 4042 | | |
4042 | 4043 | | |
4043 | 4044 | | |
4044 | 4045 | | |
4045 | 4046 | | |
4046 | | - | |
| 4047 | + | |
| 4048 | + | |
| 4049 | + | |
| 4050 | + | |
| 4051 | + | |
| 4052 | + | |
| 4053 | + | |
| 4054 | + | |
| 4055 | + | |
| 4056 | + | |
4047 | 4057 | | |
4048 | 4058 | | |
4049 | 4059 | | |
| |||
0 commit comments