Introduction
If you have faced the "Invalid Address specified to RtlFreeHeap" problem, then there is a high chance you have a mix of debug and release DLLs and EXEs in your application.
Solution
Make sure all of your solutions/projects are either debug build or release build.
History
- Tip uploaded: 20th March, 2012