You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibSass changed this behavior recently that it will *own* the memory we
are passing to it. this delta makes changes to `MarshalString()` function
so it returns a copy of `char*` after freeing the converted `char*` from
`String^`.
Then it removes the unrequired `FreeString()` calls in `finally` block to
avoid "double-freeing".
Fixes#28
0 commit comments