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 memory leak and use parented_ptr in WTrackMenu #14199

Merged
merged 4 commits into from
Jan 20, 2025

Conversation

daschuer
Copy link
Member

The widgets of the delete dialog where not properly parented and causing a memory leak.
I have now used partented_ptr for all QObject pointers.

This was a by-catch searching for the crasher reported in:
#13602

@github-actions github-actions bot added the ui label Jan 19, 2025
@daschuer daschuer added this to the 2.5.1 milestone Jan 19, 2025
Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you.

@Swiftb0y Swiftb0y merged commit 9786c03 into mixxxdj:2.5 Jan 20, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants