Hello gurus,
Somewhere in my application,
there is a std::vector<IDirect3DTexture9*> mTex; COM object
It is declared along with other elements in the same class
When I run my program,
mTex seems to turn into feeefeee so there is an assertion on me.
I have searched thru my project. And found that no one has deleted the object
Others objects have remained intact. Except mTex seems going out of scope (I guess).
Tidy() was called
Are there any good methods that I can pin down the cause of this variable gone out of scope?

HEAP[MDI.exe]: Invalid address specified to RtlValidateHeap( 00330000, 05CAE590 )

Any good ideas that I can fix this problem?
Thanks a lot
Jack