I just verified this myself. I created a regular wizard template MFC app in VS 2013, added a malloc() at init and VLD didn't see it.
I changed the toolset to VS 2012 and it worked fine.
Well we shouldn't be surprised as the title for this project clearly states it's for 2008/2010/2012.
edit: I just cruised through the source and I see where each CRT version is hooked into (dllspatches.cpp). The VS 2013 CRT will need to have it's own entry - and something tells me it ain't as simple as that...
I changed the toolset to VS 2012 and it worked fine.
Well we shouldn't be surprised as the title for this project clearly states it's for 2008/2010/2012.
edit: I just cruised through the source and I see where each CRT version is hooked into (dllspatches.cpp). The VS 2013 CRT will need to have it's own entry - and something tells me it ain't as simple as that...