mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
fix: free() call more than once with the same pointer
This commit is contained in:
parent
8e538dcaa8
commit
e20b2c1aaf
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue