https://bugs.kde.org/show_bug.cgi?id=393431
--- Comment #31 from Boudewijn Rempt <b...@valdyas.org> --- Git commit ea406629fcbfddadf560bc5ae1f5b51825d929be 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: memory leaks in unittests V773 The function was exited without releasing the pointer. A memory leak is possible. (cherry picked from commit 3ec75b535e65a286ef8f09369121c4cecfb3e607) M +5 -5 libs/brush/tests/kis_gbr_brush_test.cpp M +15 -28 libs/brush/tests/kis_imagepipe_brush_test.cpp M +2 -5 libs/image/tests/kis_clone_layer_test.cpp M +21 -30 libs/image/tests/kis_iterator_test.cpp M +21 -32 libs/image/tests/kis_iterators_ng_test.cpp M +3 -4 libs/image/tests/kis_simple_update_queue_test.cpp M +1 -2 libs/widgets/tests/zoomhandler_test.cpp M +1 -2 plugins/paintops/libpaintop/tests/kis_embedded_pattern_manager_test.cpp https://commits.kde.org/krita/ea406629fcbfddadf560bc5ae1f5b51825d929be -- You are receiving this mail because: You are watching all bug changes.