Fix IntrusivePtr release leaks in reaching-def logic

This commit is contained in:
Jon Siwek 2021-02-01 23:25:15 -08:00
parent 6c80052c55
commit aa03e54ba0
2 changed files with 5 additions and 13 deletions

View file

@ -75,7 +75,6 @@ public:
auto empty_rds = make_intrusive<ReachingDefs>();
SetPreMinRDs(o, empty_rds);
SetPreMaxRDs(o, empty_rds);
empty_rds.release();
}
// Inherit a node's pre-RDs from those of another node.