mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 788362 - 9,440 bytes in 107 blocks are definitely lost as detected by Valgrind with selectforgc. r=jcoppeard
This commit is contained in:
parent
1e0565d5cd
commit
72a2c2bfdf
@ -4304,7 +4304,8 @@ IncrementalCollectSlice(JSRuntime *rt,
|
||||
|
||||
case MARK_ROOTS:
|
||||
BeginMarkPhase(rt);
|
||||
PushZealSelectedObjects(rt);
|
||||
if (rt->hasContexts())
|
||||
PushZealSelectedObjects(rt);
|
||||
|
||||
rt->gcIncrementalState = MARK;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user