Tagged Questions
4
votes
4answers
802 views
COM:Can i call CoUninitialize without calling Release?
I have a doubt. I initialize COM, do CoCreateInstance and use some interfaces.Can I call CoUninitialize without calling Release? Does it cause any memory/resource leak?
Thanks in Advance,
-Mani.