Merge pull request #523 from Shchelk/bugfix

fix: free() call more than once with the same pointer
This commit is contained in:
Wouter Wijngaards 2021-08-12 13:45:00 +02:00 committed by GitHub
commit 79df099f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}