Quantcast
Channel: Visual Leak Detector for Visual C++ 2008-2015
Viewing all articles
Browse latest Browse all 704

New Post: No Leaks Detected in CLR application (vs 2010)

$
0
0
It is easy to reproduce. Just create a new project, choose 'CLR Console Application' from the templates and add a leak, something like
#include "vld.h"

int main(array<System::String ^> ^args)
{
    int* thisShouldLeak = new int(5);
    return 0;
}

Viewing all articles
Browse latest Browse all 704

Trending Articles