-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve clipboard handling and resource management, dde-file-man…
…ager crash - Updated clipboard reading method to use static access for readFirstClipboard - Ensured proper cleanup of local server in SingleApplication destructor - Enhanced connection handling in ClipboardMonitor to prevent memory leaks - Added stop method in Computer class to clear async threads - Improved async thread management in ComputerItemWatcher - Refactored signal-slot connections for better clarity and performance This change enhances the clipboard handling logic by ensuring that the clipboard is read correctly and efficiently. It also improves resource management by ensuring proper cleanup of connections and async threads, preventing potential memory leaks and improving overall application stability. Log: improve clipboard handling and resource management, dde-file-manager crash Bug: https://pms.uniontech.com/bug-view-279983.html
- Loading branch information
1 parent
6a3b6ee
commit 61bd82f
Showing
7 changed files
with
40 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters