Closed GoogleCodeExporter closed 9 years ago
P.S. If use in normal way - all fine.
Original comment by dav...@davisr.com
on 1 Jul 2015 at 11:39
Are you sure you're properly releasing all the objects you created? Both the
instance and the class factory?
Can you provide a small sample app that I can test to see which resources
exactly may be hanging around? Source preferred, but binary would be fine.
Original comment by h.lepp...@gmail.com
on 1 Jul 2015 at 3:05
Sure I releasing class factory right here in this function - IClassFactoryPtr
is smart ptr.
While this function is able to return refernece on class factory currently I do
not use this ability.
All objects released too, via smart ptrs.
I'l create very small app for tests.
Original comment by dav...@davisr.com
on 1 Jul 2015 at 3:09
I'm so sorry...
During creation of test application I suddenly found bug in my code, result -
not released interface, even using these smart ptrs.
Test application with wixed bug works fine, then I checked my main application
with bug fixed - it works fine too.
So sorry again, and thank you very much for your job!
Original comment by dav...@davisr.com
on 2 Jul 2015 at 9:39
No problem, glad you solved it!
Original comment by h.lepp...@gmail.com
on 2 Jul 2015 at 11:54
Original issue reported on code.google.com by
dav...@davisr.com
on 1 Jul 2015 at 11:38