Skip to content

Avoid using StringBuilder marshaling Win32 (case 1211367). #1255

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

Merged

Conversation

douglas-piconi
Copy link

Unity: case 1211367 - Fixes StringBuilder marshaling leak with exceptions on win32.

In mono they do not free up memory allocated by a string builder, when we hit a win32 exception, we are leaking memory. Changed the managed code to pinvoke a char array into the Kernel32 function instead.

Copy link
Member

@joncham joncham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Copy link

@TautvydasZilys TautvydasZilys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@douglas-piconi douglas-piconi merged commit 9ccdb1b into unity-master Feb 13, 2020
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.

4 participants