diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-05-27 14:28:19 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-05-27 14:28:19 (GMT) |
commit | 37fc695ff9f82038b2db4e4de976f6f64daffa5f (patch) | |
tree | 8a6ae81306246ab1b11733f549c5a7414fa87128 /src/gui | |
parent | b66f7a2e95c32c64701a992f28d99e32f48e2db1 (diff) | |
parent | d8a2e52e4db873a2cfd39630df47b61bec502fd1 (diff) | |
download | Qt-37fc695ff9f82038b2db4e4de976f6f64daffa5f.zip Qt-37fc695ff9f82038b2db4e4de976f6f64daffa5f.tar.gz Qt-37fc695ff9f82038b2db4e4de976f6f64daffa5f.tar.bz2 |
Integrate merge-request #419 into branch 'master'
Daniƫl (1):
Memory of fixedKernel is never returned, found by cppcheck.
Request-url: http://qt.gitorious.org/qt/qt/merge_requests/419
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Merge commit 'd8a2e52e4db873a2cfd39630df47b61bec502fd1' into HEAD
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 8631c8c..4e6adc0 100644 --- a/src/gui/image/qpixmapfilter.cpp +++ b/src/gui/image/qpixmapfilter.cpp @@ -401,6 +401,7 @@ static void convolute( } yk++; } + delete[] fixedKernel; } /*! |