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

Cleanup elements when resize fails in deque(n) #3720

Merged
merged 1 commit into from May 30, 2023

Conversation

CaseyCarter
Copy link
Member

Fixes #3717

@CaseyCarter CaseyCarter added the bug Something isn't working label May 19, 2023
@CaseyCarter CaseyCarter requested a review from a team as a code owner May 19, 2023 19:48
@github-actions github-actions bot added this to Initial Review in Code Reviews May 19, 2023
@CaseyCarter CaseyCarter moved this from Initial Review to Final Review in Code Reviews May 19, 2023
@strega-nil-ms strega-nil-ms moved this from Final Review to Ready To Merge in Code Reviews May 19, 2023
@StephanTLavavej StephanTLavavej self-assigned this May 26, 2023
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 15dd2ab into microsoft:main May 30, 2023
37 checks passed
Code Reviews automation moved this from Ready To Merge to Done May 30, 2023
@StephanTLavavej
Copy link
Member

Thanks for fixing this major bug in the STL's most important container! 😹 🐞 🎉

@CaseyCarter CaseyCarter deleted the deque_leak branch May 31, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

deque(size_t,const Allocator&) doesn't clear up constructed elements on exception
3 participants