com_wrapper should return THANDLE(s) instead of manually refcounted objects
Open
- Dominant language
- C
- Stars
- 2
- Forks
- 9
- Avg merge
- 34m
- Merged PRs (30d)
- 3
Description
It is all nice when the vtbl has AddRef and Release, but here the proposal is to remove those and have com_wrapper return a THANDLE.
The benefit here is that a THANDLE has "forced" semantics, while a IUnknown has "by convention and good attention of developer" semantics.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.