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

Fixed leaks on WFileDropWidget (as well as temporary files that are not being destroyed) #181

Closed
wants to merge 3 commits into from

Conversation

epoupon
Copy link
Contributor

@epoupon epoupon commented Aug 26, 2021

Spotted it using valgrind, and I also noticed that temporary files were not deleted

@epoupon
Copy link
Contributor Author

epoupon commented Aug 26, 2021

Ah, unfortunately, there is still a problem: WFileDropWidget::remove() still makes memory and file leak

@epoupon
Copy link
Contributor Author

epoupon commented Aug 26, 2021

Looks like it fixes all my problems now

@epoupon
Copy link
Contributor Author

epoupon commented Feb 3, 2022

@emweb No news on this?

@dkopecek
Copy link

This patch is no longer needed since the 4.7.0 release, is that correct? The internal vector holding Files now uses unique_ptr.

@epoupon
Copy link
Contributor Author

epoupon commented Apr 21, 2022

This patch is no longer needed since the 4.7.0 release, is that correct? The internal vector holding Files now uses unique_ptr.

Yes indeed

@epoupon epoupon closed this Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants