diff --git a/ntester.cpp b/ntester.cpp index 63555e2..9c1711d 100644 --- a/ntester.cpp +++ b/ntester.cpp @@ -117,4 +117,6 @@ int main( int argc, char *argv[] ) exit( 1 ); } } + + delete n; }