Fix missing usage of saved_tree in AsanGiovese (#1506)
This commit is contained in:
parent
b090bc7b4b
commit
5311ce705a
@ -418,7 +418,7 @@ impl AsanGiovese {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if self.snapshot_shadow {
|
if self.snapshot_shadow {
|
||||||
tree.clear();
|
*tree = self.saved_tree.clone();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user