mirror of https://github.com/grpc/grpc.git
Fix memory leak in get code (#27834)
parent
2530c73d44
commit
b81e675849
2 changed files with 37 additions and 3 deletions
@ -0,0 +1,32 @@ |
||||
actions { |
||||
create_server {} |
||||
} |
||||
actions { |
||||
create_channel { |
||||
target: |
||||
"unix:\360\32367\227Go\254" |
||||
} |
||||
} |
||||
actions { |
||||
create_call { |
||||
method { |
||||
value: "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" |
||||
} |
||||
timeout: 1000000000 |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations{ |
||||
send_initial_metadata {} |
||||
flags: 64 |
||||
} |
||||
operations { |
||||
send_message {} |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
advance_time : 10000000 |
||||
} |
||||
actions {} |
Loading…
Reference in new issue