Invalid Address specified to RtlFreeHeap - How to Solve





5.00/5 (1 vote)
This tip tells you how to solve the Invalid Address specified to RtlFreeHeap issue
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