Skip to content

Changing use of raw ptr to CComPtr#99

Merged
vdwtanner merged 1 commit intomicrosoft:mainfrom
alecardoso-tech:main
Apr 9, 2025
Merged

Changing use of raw ptr to CComPtr#99
vdwtanner merged 1 commit intomicrosoft:mainfrom
alecardoso-tech:main

Conversation

@alecardoso-tech
Copy link
Copy Markdown
Contributor

CCodeBlob object was being leaked by not being released properly.

Replaced use of use of raw pointer to use CComPtr for managing its lifetime.

Fixes #65

@alecardoso-tech
Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

Copy link
Copy Markdown
Collaborator

@vdwtanner vdwtanner left a comment

Choose a reason for hiding this comment

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

Thanks!

@vdwtanner vdwtanner merged commit c5e99cc into microsoft:main Apr 9, 2025
1 of 2 checks passed
@vdwtanner
Copy link
Copy Markdown
Collaborator

PR build is currently broken, unrelated to this change. Verified that it builds locally and resolves the issue

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.

When using 64-kb page size, application verifier reports APPLICATION_VERIFIER_LEAK_ALLOCATION in d3d9on12.dll

2 participants