I know. I just wanted to make sure.
Anyways, here's the files of the Proto solution with ONLY the main.cpp. The main.cpp should be identical to the Test solution. Yet this one (Proto with ONLY main.cpp) also shows signs of leaks.
http://www.filedropper.com/protoonlymaincppAlso, another thing I tested, that might prove useful:
I decided to use VLD (vld.h) to see if it detects any memory leaks or not.
The interesting thing is that VLD said there are no leaks for ANY of the solutions (Proto, Test, and Proto with only main.cpp). And yet the windows Task Manager says otherwise.
Could it be that this issue is just Windows being dumb? Still though, even if that was the case, why wouldn't this happen for the Test Project?