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

QueryInterface and other functions to get-by-guid can leak unwrapped resources leading to a crash #16

Closed
baldurk opened this issue Mar 3, 2014 · 1 comment
Labels
Bug A crash, misbehaviour, or other problem

Comments

@baldurk
Copy link
Owner

baldurk commented Mar 3, 2014

Several cases in QueryInterface implementations aren't handled, like ID3D11Texture2D querying for an ID3D11Resource will not work problem. Make sure all possible UUIDs are handled correctly.

@baldurk baldurk added this to the Release v0.19 milestone Mar 3, 2014
@baldurk
Copy link
Owner Author

baldurk commented Mar 3, 2014

Fixed in 2c5cbb59. Due in v0.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A crash, misbehaviour, or other problem
Projects
None yet
Development

No branches or pull requests

1 participant