Caspar Liu

Hi all,

I have tried to build a graph to capture images then save them into a WMV file. I used a SmartTee filter to preview the result and save it to file.

I found that the virtual memory increase stably when I did the following steps;

1. Build graph, and connect the source fillter, SmartTee filter, Render filter, ASF writer.

2. Run the graph.

3. Stop the graph.

4. Remove all filters, then release the graph

5. go to step 1.

If I implemented the steps without adding ASF writer, the virtual memory looked normal.

My system has installed HotFix_839203 that fixs Windows Media Component memory leak. But it still happened.

Does anyone meet such problem