]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Coverity 1469728 Resource leak by using annotation
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 29 Apr 2022 07:41:45 +0000 (09:41 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 29 Apr 2022 07:51:55 +0000 (09:51 +0200)
pdns/signingpipe.cc

index 0f1bfd17b230af0227286957149f6cbea2ed1218..4eec80757d25c8edcd6e07bf40048786cccd3930 100644 (file)
@@ -206,6 +206,7 @@ void ChunkedSigningPipe::sendRRSetToWorker() // it sounds so socialist!
     d_outstanding++;
     d_queued++;
     wantWrite=false;
+    // coverity[leaked_storage]
   } 
   
   if(wantRead) {