mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix IntrusivePtr release leaks in reaching-def logic
This commit is contained in:
parent
6c80052c55
commit
aa03e54ba0
2 changed files with 5 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue