summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDaniƫl <danielheres@gmail.com>2009-05-15 05:29:29 +0000
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-27 15:34:07 +0100
commit689184792390d539b7024ce800c6442c6a3dc213 (patch)
tree19a0ff120f2ef6b3a985cc7824dcb22250d0a838 /src/gui
parent079202d135908444c418b064928117b4a273e075 (diff)
Memory of fixedKernel is never returned, found by cppcheck.
Cherry-picked from d8a2e52e Merge-request: 419 Reviewed-by: Olivier
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/image/qpixmapfilter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/qpixmapfilter.cpp b/src/gui/image/qpixmapfilter.cpp
index 4d143d24f2..1372189a1f 100644
--- a/src/gui/image/qpixmapfilter.cpp
+++ b/src/gui/image/qpixmapfilter.cpp
@@ -401,6 +401,7 @@ static void convolute(
}
yk++;
}
+ delete[] fixedKernel;
}
/*!