Skip to content
Snippets Groups Projects
Commit 6a351328 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Coverity #989575

parent 5d08fc26
No related branches found
No related tags found
No related merge requests found
......@@ -1349,6 +1349,7 @@ dbg_xfrin_exec_detail(
// replace the RRSet in the node copy by the new one
ret = knot_node_add_rrset_replace(node, *rrset);
if (ret != KNOT_EOK) {
knot_rrset_deep_free(rrset, 1);
dbg_xfrin("Failed to add RRSet copy to node\n");
return KNOT_ERROR;
}
......
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