Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [desktop] crash in some case. #2250

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. fix: [desktop] crash in some case.

    1. uncheck an organized collection;
    2. change the wallpaper;
    3. crash.
    
    the event is not unsubscribed when collection removed at step 1, when
    the wallpaper event emitted, the event handler executed with nullptr,
    cause crash.
    unsubscribe signal when collection destroyed.
    
    Log: as above.
    
    Bug: https://pms.uniontech.com/bug-view-271449.html
    itsXuSt committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eac11ef View commit details
    Browse the repository at this point in the history