Skip to content
Snippets Groups Projects
Commit 11d78d00 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed leak in remote.c.

parent 7cc328b4
No related branches found
No related tags found
No related merge requests found
......@@ -635,6 +635,7 @@ int remote_create_txt(knot_rrset_t *rr, const char *v)
}
memcpy(rdata, data, v_len + 1);
free(data);
return KNOT_EOK;
}
......
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