DX9SDK DirectShow Sample problem

Started by
1 comment, last by Majestik666 21 years, 1 month ago
hi ! I have used the PlayWnd Dx9sdk sample to build a directshow plugin for my engine , but there is a leak in the sample... a resource is not released, leaving objects in memory generating an assert ... has anyone seen this and any idea on how to fix it ? thx a lot ! francois
Advertisement
Yes- have this every time I make a filter.

SOME com objects are not beint released as their usage count does not go doen to 0.

Use the MFC debug macros to find out where they come from and fix the bug :-) Yes, it is nasty - and can take time.


Regards

Thomas Tomiczek
THONA Consulting Ltd.
(Microsoft MVP C#/.NET)
RegardsThomas TomiczekTHONA Consulting Ltd.(Microsoft MVP C#/.NET)
hmmm ....
i''m not using MFC at all in my app ... :/

in fact the code is the same as the playWnd sample
if someone could find the leak for me ...
and for others ))

thanks !

This topic is closed to new replies.

Advertisement