Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dde-file-manager copy crash,prevent memory leak in speed timer h…
…andling Fix memory management of QElapsedTimer objects in AbstractWorker: - Store deleted timers in speedtimerList instead of immediate deletion - Add cleanup of timer list in destructor using qDeleteAll - Maintain existing pause/resume functionality This change prevents potential memory leaks when pausing/resuming file operations while properly managing timer resources. Log: dde-file-manager copy crash Bug: https://pms.uniontech.com/bug-view-279983.html
- Loading branch information