From e20b2c1aafead40567188584190c668b3e2fed06 Mon Sep 17 00:00:00 2001 From: Shchelkunov Artem Date: Wed, 11 Aug 2021 15:14:43 +0500 Subject: [PATCH] fix: free() call more than once with the same pointer --- util/data/msgreply.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/data/msgreply.c b/util/data/msgreply.c index 00272fd1c..6c875674d 100644 --- a/util/data/msgreply.c +++ b/util/data/msgreply.c @@ -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; } -- 2.39.5