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

new_node: Proper cleanup of stored RRSIGs.

parent 24695b9d
Branches
Tags
No related merge requests found
......@@ -808,7 +808,7 @@ void nsec_clear_rrsigs(struct query_data *qdata)
struct rrsig_info *info = NULL;
WALK_LIST(info, qdata->rrsigs) {
knot_rrset_t *rrsig = &info->synth_rrsig;
knot_rrs_clear(&rrsig->rrs, qdata->mm);
knot_rrset_clear(rrsig, qdata->mm);
};
ptrlist_free(&qdata->rrsigs, qdata->mm);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment