DirectShow manual graph memory leaks
问题 Here is simple capture and render graph build manualy. CaptureFilter->SmartTee->(preview)->AviDecompressor->Render All works well and gets 140Mb while working. After I Stop the render and Release all filters and IGraphBuilder 50Mb remaining! Again build same filter - all works but 140+50=190Mb in ram. After release 100Mb remaining. And again and again. I had try SmartPtr, ComPtr, Release() in any imaginable combinations but no effect. Seems I do something compleetly wrong :( #include <windows