mirror of https://github.com/grpc/grpc.git
[api-fuzzer] Fix memory leak (#33109)
ApiFuzzer::CreateChannel() called twice creates two channels but doesn't delete the first. Choose some reasonable behavior.pull/33122/head
parent
123811399b
commit
66d9f52fbd
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
actions { |
||||
create_channel { |
||||
} |
||||
} |
||||
actions { |
||||
create_channel { |
||||
} |
||||
} |
Loading…
Reference in new issue