]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Clarify leak checker output.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 19 Dec 2005 19:33:36 +0000 (19:33 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 19 Dec 2005 19:33:36 +0000 (19:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5378

memcheck/mac_leakcheck.c

index 2d66f329453330951a0c2ea1db69262874c10dfb..f6fae085598e778a714b60b1f78fea7fc9723192 100644 (file)
@@ -719,7 +719,7 @@ void MAC_(do_detect_memory_leaks) (
       tl_assert(lc_shadows == NULL);
       if (VG_(clo_verbosity) >= 1 && !VG_(clo_xml)) {
          VG_(message)(Vg_UserMsg, 
-                      "No malloc'd blocks -- no leaks are possible.");
+                      "All heap blocks were freed -- no leaks are possible.");
       }
       return;
    }