fix: free() call more than once with the same pointer

This commit is contained in:
Shchelkunov Artem 2021-08-11 15:14:43 +05:00
parent 8e538dcaa8
commit e20b2c1aaf

View file

@ -495,7 +495,6 @@ int reply_info_parse(sldns_buffer* pkt, struct alloc_cache* alloc,
/* this also performs dname decompression */
if(!parse_create_msg(pkt, msg, alloc, qinf, rep, NULL)) {
query_info_clear(qinf);
reply_info_parsedelete(*rep, alloc);
*rep = NULL;
return LDNS_RCODE_SERVFAIL;
}