Make valgrind happy

This commit is contained in:
Keith Winstein
2011-08-10 02:32:03 -04:00
parent fa2b29813a
commit db18d2e2b3
+2
View File
@@ -117,4 +117,6 @@ int main( int argc, char *argv[] )
exit( 1 ); exit( 1 );
} }
} }
delete n;
} }