diff options
author | Daniƫl <danielheres@gmail.com> | 2009-05-15 05:29:29 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-27 14:34:07 (GMT) |
commit | 689184792390d539b7024ce800c6442c6a3dc213 (patch) | |
tree | 19a0ff120f2ef6b3a985cc7824dcb22250d0a838 /src/gui | |
parent | 079202d135908444c418b064928117b4a273e075 (diff) | |
download | Qt-689184792390d539b7024ce800c6442c6a3dc213.zip Qt-689184792390d539b7024ce800c6442c6a3dc213.tar.gz Qt-689184792390d539b7024ce800c6442c6a3dc213.tar.bz2 |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/qpixmapfilter.cpp b/src/gui/image/qpixmapfilter.cpp index 4d143d2..1372189 100644 --- a/src/gui/image/qpixmapfilter.cpp +++ b/src/gui/image/qpixmapfilter.cpp @@ -401,6 +401,7 @@ static void convolute( } yk++; } + delete[] fixedKernel; } /*! |