|
Debugging under Debug shows that there is no memory leak, but it shows memory leak when debugging under Release
Leak, I located some new, and finally deleted it. But still showing leaks, I intend to say this is VC6 a
A BUG. Since there are only tens of bytes in and out, and my program uses memory more volatile, so use tasks
Manager is hard to see the change. Depressed.
Do you encounter different debugging results under Release and Debug? I sometimes find the same int
When the variables reach the same point, the values under Release are weird. |
|