Skip to content
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

winrt-go: bump to latest #268

Merged

Conversation

jagobagascon
Copy link
Member

This version fixes an error that leaked Go pointers to the WinRT runtime causing random access violation errors (0xc0000005) whenver these pointers where freed or moved by Go's GC. For more info checkout saltosystems/winrt-go#94.

Diff:
saltosystems/winrt-go@45c2d7a...4f7860a

This version fixes an error that leaked Go pointers to the WinRT runtime
causing random access violation errors (0xc0000005) whenver these
pointers where freed or moved by Go's GC. For more info checkout
saltosystems/winrt-go#94.

Diff:
saltosystems/winrt-go@45c2d7a...4f7860a
@deadprogram
Copy link
Member

Thank you for the fix @jagobagascon now merging.

@deadprogram deadprogram merged commit 348de05 into tinygo-org:dev May 10, 2024
5 checks passed
@jagobagascon jagobagascon deleted the feature/winrt-go-bump-to-latest branch May 10, 2024 10:58
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.

2 participants