Plug leaks in tests

pull/6160/head
Craig Tiller 9 years ago
parent 347e9f9308
commit 1612abcd7a
  1. 2
      test/core/end2end/fuzzers/api_fuzzer.c

@ -626,6 +626,8 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
} else {
end(&inp);
}
gpr_free(method);
gpr_free(host);
break;
}
// switch the 'current' call

Loading…
Cancel
Save