-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
<syncstream>: std::osyncstream memory leak #2819
Comments
Thanks for the report, @segeter - we'll determine if this is a duplicate or not and get a fix out as needed. @fsb4000 do you want to take a look at this and determine if it's a duplicate? Feel free to say no and I'll investigate - I just thought I'd give you first right of refusal since you last touched this. |
Sure, I will build against |
and yes, on Visual Studio 2022 Professional 17.2.4, I also have the memory leak. |
Problem Description:
Memory leak occurs when I use std::setw(32)。
Not sure if it's the same issue as #2763 and #2760
My test code:
Before the cycle starts:
Cycle after a while:
The text was updated successfully, but these errors were encountered: