Closed ldesgoui closed 5 years ago
Currently, it uses after free because the box is dropped after the first call If I don't drop the pointer, the closure is leaked I dont think there's a way to do this cleanly
I could drop it at the end of all_relationships but I kind of wanted to turn that into an Iterator but that makes it practically impossible
all_relationships
Currently, it uses after free because the box is dropped after the first call If I don't drop the pointer, the closure is leaked I dont think there's a way to do this cleanly