-
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: fix crash when closing folder list widget
The crash occurred when the folder list widget was being destroyed while CrumbBar was already deleted. This fix includes: 1. Add weak pointer to CrumbBar to avoid accessing deleted object 2. Move popup visible state update to folder list widget's hidden signal 3. Clean up folder list widget in UrlPushButton's destructor Log: This ensures proper cleanup of resources and prevents accessing deleted objects.
- Loading branch information
1 parent
e2f7120
commit 97fc154
Showing
1 changed file
with
23 additions
and
8 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