[kio-admin] [Bug 468673] Memory leak when pasting files in administrator mode

Harald Sitter bugzilla_noreply at kde.org
Fri Apr 21 15:42:42 BST 2023


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

--- Comment #3 from Harald Sitter <sitter at kde.org> ---
Git commit ba2468e30cb60bd3cb7353396ff3ad938e16ddf0 by Harald Sitter.
Committed on 21/04/2023 at 14:42.
Pushed by sitter into branch 'master'.

add support for killing commands early

this forwards wasKilled to the command objects and prevents us from
(e.g.) reading excessive amounts of data into memory when the data is
not going to be used in the client because they were only interested in
the mimetype.

M  +20   -0    src/helper/busobject.cpp
M  +9    -0    src/helper/busobject.h
M  +5    -0    src/helper/getcommand.cpp
M  +3    -0    src/helper/getcommand.h
M  +5    -0    src/helper/listdircommand.cpp
M  +1    -0    src/helper/listdircommand.h
M  +5    -0    src/helper/putcommand.cpp
M  +1    -0    src/helper/putcommand.h
M  +63   -16   src/worker.cpp

https://invent.kde.org/system/kio-admin/commit/ba2468e30cb60bd3cb7353396ff3ad938e16ddf0

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list