]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Print vex storage stats at the end.
authorJulian Seward <jseward@acm.org>
Mon, 26 Jul 2004 23:31:15 +0000 (23:31 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 26 Jul 2004 23:31:15 +0000 (23:31 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@132

VEX/hacked104/vg_main.c

index 8da7e76be846b32d0e5423c1f690e75128df1a9c..db5ce8c7da3283649751487105d8dc98c4513009 100644 (file)
@@ -1238,6 +1238,8 @@ void VG_(main) ( void )
          "------ Valgrind's client block stats follow ---------------" );
       VG_(show_client_block_stats)();
    }
+
+   LibVEX_ClearTemporary(True);
  
 #  ifdef VG_PROFILE
    VGP_(done_profiling)();