https://bugs.kde.org/show_bug.cgi?id=393431
--- Comment #38 from Boudewijn Rempt <b...@valdyas.org> --- Git commit efbcd85cc932ee5f8bd7af141cf265e343583d7e by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 02/05/2018 at 11:54. Pushed by rempt into branch 'krita/4.0'. 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. (cherry picked from commit 6960317945ed3d44cc5d5ad5c6299d206c52aac6) (cherry picked from commit 2496b1264b1dd3fe5d2bf3a6e4129053e3672367) 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/efbcd85cc932ee5f8bd7af141cf265e343583d7e -- You are receiving this mail because: You are watching all bug changes.