Skip to content

Fixed memory leak in C++ string formatting #32

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

Closed
wants to merge 3 commits into from

Conversation

jaigak
Copy link

@jaigak jaigak commented Sep 24, 2022

Fixes #28.

@sylveon
Copy link

sylveon commented Jan 31, 2023

These could still leak in case the creation of the string throws. Recommend using std::unique_ptr<wchar_t[]>. Alternatively for C++/WinRT, you could use winrt::format to be more efficient (since it directly gives a hstring)

@rudyhuyn rudyhuyn closed this Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

C++ string formatting is leaking memory
3 participants