Skip to content

Commit ee81c9f

Browse files
committed
Fix memory leak caused by not walking the function in a CallValidator
1 parent c7daf16 commit ee81c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/validators/call.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ impl BuildValidator for CallValidator {
6767
}
6868

6969
impl_py_gc_traverse!(CallValidator {
70+
function,
7071
arguments_validator,
7172
return_validator
7273
});

0 commit comments

Comments
 (0)