From: Otto Moerbeek Date: Fri, 29 Apr 2022 07:41:45 +0000 (+0200) Subject: Coverity 1469728 Resource leak by using annotation X-Git-Tag: auth-4.8.0-alpha0~116^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed26109619936815de16bc354222cf8aa60ee7a;p=thirdparty%2Fpdns.git Coverity 1469728 Resource leak by using annotation --- 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) {