We use 'CoCreateInstance' to create the object, and '->Release()' to release it.


The DLL is still in memory, and we want it to free itself.


Thanks,