On Wed Dec 7 18:39:06 2022 +0000, Nikolay Sivov wrote:
Why do you need to do addref/release?
Well we store a ref to it so it can be returned by QueryService, so I assumed it protects against corner cases, such as it being released during this whole thing, theoretically (by app code)? And it feels more correct to me.