Skip to content
Snippets Groups Projects
Commit ed80824b authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Remove pkg.question.qname free due to segfault

refs #2137
parent 45854420
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,6 @@ static knot_packet_t* create_query_packet(const params_t *params,
return NULL;
}
knot_dname_release(q.qname);
return packet;
}
......
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