Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C9 Lectures: Mahmoud Saleh - Advanced CRT 1 of 2
Feb 01, 2012 at 11:25 AMI've use the CRT leak detection for years, but lately our app needs to call waveOutGetNumDevs(), and as soon as you do this, leak detection breaks and no longer outputs memory leaks.
I've documented it here:
https://connect.microsoft.com/VisualStudio/feedback/details/658899/waveoutgetnumdevs-prevents-memory-leak-detection-output
I've also seen instances where calling gethostbyname() breaks leaks detection as well, although I don't have a good reproducible test case yet.