Skip to content
Snippets Groups Projects
Commit d6eb418a authored by Marek Vavruša's avatar Marek Vavruša
Browse files

synth_record: rrset api changes

parent 1c3bd6b9
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ static knot_rrset_t *synth_rr(char *addr_str, synth_template_t *tpl, knot_pkt_t
}
if (ret != KNOT_EOK) {
knot_rrset_deep_free(&rr, true, &pkt->mm);
knot_rrset_free(&rr, &pkt->mm);
return NULL;
}
......
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