Skip to content
Snippets Groups Projects
Commit 1612abcd authored by Craig Tiller's avatar Craig Tiller
Browse files

Plug leaks in tests

parent 347e9f93
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment