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

Freeing the packet structure.

parent 6bf7d56a
No related branches found
No related tags found
No related merge requests found
......@@ -2174,6 +2174,8 @@ int ns_parse_packet(const uint8_t *query_wire, size_t qsize,
return DNSLIB_RCODE_NOTIMPL;
}
dnslib_packet_free(&packet);
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