From db18d2e2b31b27278e1a6dd14dd1c5472438aa5d Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 10 Aug 2011 02:32:03 -0400 Subject: [PATCH] Make valgrind happy --- ntester.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; }