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 leaking of allocator in RawIntoIter and RawIntoParIter #439

Merged
merged 1 commit into from
Jun 17, 2023

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Jun 17, 2023

The allocator was not getting properly dropped when it was moved into the iterator.

Fixes #438

@Amanieu
Copy link
Member Author

Amanieu commented Jun 17, 2023

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 17, 2023

📌 Commit efdc159 has been approved by Amanieu

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 17, 2023

⌛ Testing commit efdc159 with merge 25e60a2...

@bors
Copy link
Collaborator

bors commented Jun 17, 2023

☀️ Test successful - checks-actions
Approved by: Amanieu
Pushing 25e60a2 to master...

@bors bors merged commit 25e60a2 into rust-lang:master Jun 17, 2023
25 checks passed
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.

bug: Memory leak when using into_iter.
2 participants