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

--- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 6960317945ed3d44cc5d5ad5c6299d206c52aac6 by Dmitry Kazakov.
Committed on 26/04/2018 at 17:30.
Pushed by dkazakov into branch 'master'.

Fix PVS-Studio warning: possible memory leaks in production code

Most of the leaks are hardly reproducible in normal circumstances. But
the one in PNG converter is huge. PNG converter also had an invalid null
pointer access, which didn't crash Krita only by a happy coincidence.

M  +5    -7    libs/flake/svg/SvgParser.cpp
M  +3    -3    libs/ui/input/kis_input_manager_p.cpp
M  +46   -30   libs/ui/kis_png_converter.cpp
M  +5    -1    plugins/flake/textshape/TextTool.cpp
M  +8    -7    plugins/flake/textshape/kotext/BibliographyGenerator.cpp
M  +1    -0    plugins/flake/textshape/kotext/KoAnchorTextRange.cpp
M  +1    -0    plugins/flake/textshape/kotext/OdfTextTrackStyles.cpp
M  +6    -8    plugins/flake/textshape/kotext/opendocument/KoTextWriter.cpp
M  +18   -11   plugins/flake/textshape/kotext/opendocument/KoTextWriter_p.cpp
M  +4    -3    plugins/flake/textshape/kotext/opendocument/KoTextWriter_p.h
M  +3    -3    plugins/impex/ppm/kis_ppm_import.cpp
M  +3    -6    plugins/impex/psd/psd_layer_section.cpp
M  +2    -5   
plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectResource.cpp

https://commits.kde.org/krita/6960317945ed3d44cc5d5ad5c6299d206c52aac6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to