<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>New Defects Reported - digiKam</title>
  <style>
    body { font-family: Arial, sans-serif; color: #222; line-height: 1.6; }
    .button {
      display: inline-block;
      padding: 10px 20px;
      margin: 20px 0;
      font-size: 16px;
      color: #fff !important;
      background-color: #0056b3;
      text-decoration: none;
      border-radius: 5px;
    }
    pre {
      background: #f8f9fa;
      padding: 10px;
      border-radius: 5px;
      font-size: 14px;
      overflow-x: auto;
    }
  </style>
</head>
<body>
  <p>Hi,</p>

  <p>
    Please find the latest report on new defect(s) introduced to <strong>digiKam</strong>
     found with Coverity Scan.
  </p>  

  <ul>
    <li><strong>New Defects Found:</strong> 2</li>
      <li>
        213 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
      </li>
    <li><strong>Defects Shown:</strong> Showing 2 of 2 defect(s)</li>
  </ul>

  <h3>Defect Details</h3>
  <pre>
** CID 1665242:       Resource leaks  (RESOURCE_LEAK)
/home/gilles/devel/8.x/core/utilities/geolocation/engine/osm/MarbleZip.cpp: 1348           in Marble::MarbleZipWriter::MarbleZipWriter(const QString &, QFlags<QIODeviceBase::OpenModeFlag>)()


_____________________________________________________________________________________________
*** CID 1665242:         Resource leaks  (RESOURCE_LEAK)
/home/gilles/devel/8.x/core/utilities/geolocation/engine/osm/MarbleZip.cpp: 1348             in Marble::MarbleZipWriter::MarbleZipWriter(const QString &, QFlags<QIODeviceBase::OpenModeFlag>)()
1342             {
1343                 status = MarbleZipWriter::FileError;
1344             }
1345         }
1346     
1347         d = new MarbleZipWriterPrivate(f.get(), /*ownDevice=*/true);
>>>     CID 1665242:         Resource leaks  (RESOURCE_LEAK)
>>>     Ignoring storage allocated by "f.release()" leaks it.
1348         f.release();
1349         d->status = status;
1350     }
1351     
1352     /*!
1353         Create a new zip archive that operates on the archive found in \a device.

** CID 1665241:       Resource leaks  (RESOURCE_LEAK)
/home/gilles/devel/8.x/core/utilities/geolocation/engine/osm/MarbleZip.cpp: 973           in Marble::MarbleZipReader::MarbleZipReader(const QString &, QFlags<QIODeviceBase::OpenModeFlag>)()


_____________________________________________________________________________________________
*** CID 1665241:         Resource leaks  (RESOURCE_LEAK)
/home/gilles/devel/8.x/core/utilities/geolocation/engine/osm/MarbleZip.cpp: 973             in Marble::MarbleZipReader::MarbleZipReader(const QString &, QFlags<QIODeviceBase::OpenModeFlag>)()
967             {
968                 status = FileError;
969             }
970         }
971     
972         d = new MarbleZipReaderPrivate(f.get(), /*ownDevice=*/true);
>>>     CID 1665241:         Resource leaks  (RESOURCE_LEAK)
>>>     Ignoring storage allocated by "f.release()" leaks it.
973         f.release();
974         d->status = status;
975     }
976     
977     /*!
978         Create a new zip archive that operates on the archive found in \a device.

  </pre>

  <p>
    <a href="https://scan.coverity.com/projects/digikam?tab=overview" class="button">View Defects in Coverity Scan</a>
  </p>

  <p>Best regards,</p>
  <p>The Coverity Scan Admin Team</p>
  <img class="logo" width="140" src="https://scan.coverity.com/assets/BlackDuckLogo-6697adc63e07340464201a2ad534d3d3e44f95d36edda20b140440d34f05372f.svg" />
</body>
</html>