From aed26109619936815de16bc354222cf8aa60ee7a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 29 Apr 2022 09:41:45 +0200 Subject: [PATCH] Coverity 1469728 Resource leak by using annotation --- pdns/signingpipe.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/signingpipe.cc b/pdns/signingpipe.cc index 0f1bfd17b2..4eec80757d 100644 --- a/pdns/signingpipe.cc +++ b/pdns/signingpipe.cc @@ -206,6 +206,7 @@ void ChunkedSigningPipe::sendRRSetToWorker() // it sounds so socialist! d_outstanding++; d_queued++; wantWrite=false; + // coverity[leaked_storage] } if(wantRead) { -- 2.47.2