Skip to content

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