ReswPlus
ReswPlus copied to clipboard
C++ string formatting is leaking memory
https://github.com/DotNetPlus/ReswPlus/blob/f44b81cee34141ef41184dd3546eaaf905d9c6cf/src/VSExtension/ReswPlus.Core/CodeGenerators/CppCXCodeGenerator.cs#L257
https://github.com/DotNetPlus/ReswPlus/blob/f44b81cee34141ef41184dd3546eaaf905d9c6cf/src/VSExtension/ReswPlus.Core/CodeGenerators/CppWinRTCodeGenerator.cs#L274
These two buffers are allocated, but never freed, leading to a memory leak