[Digikam-devel] New Defects reported by Coverity Scan for digiKam
scan-admin at coverity.com
scan-admin at coverity.com
Wed Oct 1 19:29:33 BST 2014
Hi,
Please find the latest report on new defect(s) introduced to digiKam found with Coverity Scan.
Defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1243010: Unchecked return value (CHECKED_RETURN)
/mnt/devel/GIT/4.x/core/app/fileaction/fileactionmngr_p.cpp: 234 in Digikam::PrivateProgressItemCreator::slotProgressItemCompleted()()
________________________________________________________________________________________________________
*** CID 1243010: Unchecked return value (CHECKED_RETURN)
/mnt/devel/GIT/4.x/core/app/fileaction/fileactionmngr_p.cpp: 234 in Digikam::PrivateProgressItemCreator::slotProgressItemCompleted()()
228
229 ProgressManager::addProgressItem(item);
230 }
231
232 void PrivateProgressItemCreator::slotProgressItemCompleted()
233 {
>>> CID 1243010: Unchecked return value (CHECKED_RETURN)
>>> Calling "deref" without checking return value (as is done elsewhere 33 out of 37 times).
234 activeProgressItems.deref();
235 }
236
237 /*
238 void FileActionMngr::Private::setDBAction(const QString& action)
239 {
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, http://scan.coverity.com/projects/285?tab=overview
To unsubscribe from the email notification for new defects, http://scan5.coverity.com/cgi-bin/unsubscribe.py
More information about the Digikam-devel
mailing list