Skip to content

Commit f323e74

Browse files
authored
Fix memory leak caused by not visiting the function in a CallValidator during gc (#1100)
1 parent 5d64894 commit f323e74

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)