-
Notifications
You must be signed in to change notification settings - Fork 984
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
Use IStorage*/IStream* Instead of Interface #8105
Conversation
fa993d9
to
7e1b879
Compare
...m.Windows.Forms.Design/src/System/ComponentModel/Design/MultilineStringEditor.OleCallback.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
0cb03ea
to
edc7d34
Compare
Looks like tests failing across multiple agents all with the same error, e.g.: https://dev.azure.com/dnceng-public/public/_build/results?buildId=77220&view=results (#8142)
|
finally | ||
{ | ||
base.Dispose(disposing); | ||
_comStream->Release(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗ This is causing the NRE in the finalizer. The comment above states that.
CreateILockBytesOnHGlobal
,GetHGlobalFromILockBytes
,StgCreateDocfileOnILockBytes
,StgOpenStorageOnILockBytes
to cswin32Microsoft Reviewers: Open in CodeFlow