Skip to content
Snippets Groups Projects
Commit fd0e2152 authored by Muxi Yan's avatar Muxi Yan Committed by GitHub
Browse files

Merge pull request #9495 from muxi/fix-cronet-double-free

Remove a duplicated gpr_free
parents 81e5c69e abb6b430
No related branches found
No related tags found
No related merge requests found
......@@ -655,8 +655,6 @@ static void convert_metadata_to_cronet_headers(
headers[num_headers].key = key;
headers[num_headers].value = value;
num_headers++;
gpr_free(key);
gpr_free(value);
if (curr == NULL) {
break;
}
......
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