Skip to content

[AudioUnit] Simplify code and fix leak in AudioComponent.ComponentList.#24511

Merged
rolfbjarne merged 1 commit intomainfrom
dev/rolf/audiounit-audiocomponent-componentlist
Jan 16, 2026
Merged

[AudioUnit] Simplify code and fix leak in AudioComponent.ComponentList.#24511
rolfbjarne merged 1 commit intomainfrom
dev/rolf/audiounit-audiocomponent-componentlist

Conversation

@rolfbjarne
Copy link
Member

Contributes towards #17285.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR simplifies the ComponentList property implementation in AudioComponent and fixes a memory leak by using modern helper methods and TransientCFString for automatic resource management.

Changes:

  • Simplified getter using NSArray.ArrayFromHandle with releaseHandle: true to fix the memory leak
  • Simplified setter using NSArray.FromNSObjects with a converter function and TransientCFString for resource management
  • Updated test to expect InvalidOperationException instead of ArgumentNullException when setting ComponentList to null
  • Enhanced XML documentation for the ComponentList property

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/AudioUnit/AudioComponent.cs Refactored ComponentList property getter and setter to use TransientCFString and NSArray helper methods, reducing code complexity and fixing memory leak. Added P/Invoke nullability annotations and improved XML documentation.
tests/monotouch-test/AudioToolbox/AudioComponentTest.cs Updated test expectation from ArgumentNullException to InvalidOperationException when setting ComponentList to null.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #499e77d] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build #499e77d] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #499e77d] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #499e77d] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #499e77d] Tests on macOS arm64 - Mac Tahoe (26) passed 💻

All tests on macOS arm64 - Mac Tahoe (26) passed.

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #499e77d] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@rolfbjarne rolfbjarne enabled auto-merge (squash) January 16, 2026 09:25
@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #499e77d] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #499e77d] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🚀 [CI Build #499e77d] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 130 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 6 tests passed. Html Report (VSDrops) Download
✅ linker: All 44 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (iOS): All 11 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 15 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 12 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 11 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: 499e77df96054156420c823e3d80266ac886bdcc [PR build]

@rolfbjarne rolfbjarne merged commit e80c60b into main Jan 16, 2026
50 of 51 checks passed
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