65.9K
CodeProject is changing. Read more.
Home

Invalid Address specified to RtlFreeHeap - How to Solve

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Mar 20, 2012

CPOL
viewsIcon

19977

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