Skip to content

[CGPath] Fix leak when creating mutable CGPaths. Fixes #11339. - #13306

Merged
rolfbjarne merged 1 commit into
dotnet:mainfrom
rolfbjarne:issue-11339
Nov 8, 2021
Merged

[CGPath] Fix leak when creating mutable CGPaths. Fixes #11339.#13306
rolfbjarne merged 1 commit into
dotnet:mainfrom
rolfbjarne:issue-11339

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

Make the MakeMutable function take into account that the input might have to
be released, offer a way to do so, and update all callsites.

Fixes #11339.

Make the MakeMutable function take into account that the input might have to
be released, offer a way to do so, and update all callsites.

Fixes dotnet#11339.
@rolfbjarne rolfbjarne added the bug If an issue is a bug or a pull request a bug fix label Nov 8, 2021
@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

❌ [PR Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (only version changes)

GitHub pages

Results can be found in the following github pages (it might take some time to publish):

Test results

5 tests failed, 94 tests passed.

Failed tests

  • monotouch-test/Mac [dotnet]/Debug [dotnet]: Failed (Test run failed.
    Tests run: 2563 Passed: 2413 Inconclusive: 10 Failed: 1 Ignored: 149)
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Tests run: 2728 Passed: 2500 Inconclusive: 35 Failed: 1 Ignored: 227)
  • xammac tests/Mac Modern/Debug: Failed (Test run failed.
    Tests run: 2568 Passed: 2423 Inconclusive: 10 Failed: 1 Ignored: 144)
  • xammac tests/Mac Modern/Release: Failed (Test run failed.
    Tests run: 2565 Passed: 2419 Inconclusive: 10 Failed: 1 Ignored: 145)
  • xammac tests/Mac Modern/Release (all optimizations): Failed (Test run failed.
    Tests run: 2565 Passed: 2418 Inconclusive: 10 Failed: 1 Ignored: 146)

Pipeline on Agent XAMBOT-1099.BigSur
Merge 4cca88d into 1713d7d

@rolfbjarne

Copy link
Copy Markdown
Member Author

Test failures are unrelated (https://github.com/xamarin/maccore/issues/2525).

@rolfbjarne
rolfbjarne merged commit 21475f7 into dotnet:main Nov 8, 2021
@rolfbjarne
rolfbjarne deleted the issue-11339 branch November 8, 2021 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug If an issue is a bug or a pull request a bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Leaks coming in from CGPath

5 participants