[Digikam-devel] [digikam] [Bug 337011] Image Quality Sorter doesn't apply labels [patch]

Gilles Caulier caulier.gilles at gmail.com
Fri Feb 6 22:02:59 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=337011

--- Comment #12 from Gilles Caulier <caulier.gilles at gmail.com> ---
Git commit 824e2ece4f58ebabc461866968b736761d73a029 by Gilles Caulier.
Committed on 06/02/2015 at 21:59.
Pushed by cgilles into branch 'frameworks'.

backport commit #c4956b73fc290015fbe8c1e6d6153b01874473e3 from git/master to
frameworks branch

M  +1    -1    libs/database/imgqsort/imgqsort.cpp

http://commits.kde.org/digikam/824e2ece4f58ebabc461866968b736761d73a029

diff --git a/libs/database/imgqsort/imgqsort.cpp
b/libs/database/imgqsort/imgqsort.cpp
index d2583aa..ea2570f 100644
--- a/libs/database/imgqsort/imgqsort.cpp
+++ b/libs/database/imgqsort/imgqsort.cpp
@@ -340,7 +340,7 @@ double ImgQSort::blurdetector() const
     qCDebug(DIGIKAM_GENERAL_LOG) << "The maximum of the edge intensity is " <<
maxval;
     qCDebug(DIGIKAM_GENERAL_LOG) << "The result of the edge intensity is  " <<
blurresult;

-    delete maxIdx;
+    delete [] maxIdx;
     return blurresult;
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list