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

Added missing free of rrset to xfr-in.c.

Refs #1543
parent 9e48f5e7
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,8 @@ static int xfrin_check_tsig(knot_packet_t *packet, knot_ns_xfr_t *xfr,
return KNOT_EMALF;
}
knot_rrset_deep_free(&tsig, 1, 1, 1);
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