Hi, My Program is supposed to run contineously so i need to concern about memory management with COM. Here is the scenario, I created a COM Object using CreateInstance() using that COM object i am creating another object using QueryInterface. Here is my question. 1. if i am releasing the first object which i got using CreateInstance, then subsequently the objects which are created using that will be removed from memory right? Since if i call release for object got using QI causing crash. But i am fine if i release the first object, but i am afraid this would lead to a memory leak issue. :( Kindly Advice! Thanks in advance:rose: -Ganesha
Thanks a lot