|
From: <sv...@va...> - 2005-12-19 19:35:21
|
Author: njn
Date: 2005-12-19 19:35:13 +0000 (Mon, 19 Dec 2005)
New Revision: 5379
Log:
Merge r5378 (leak checker output change) from trunk.
Modified:
branches/VALGRIND_3_1_BRANCH/memcheck/mac_leakcheck.c
Modified: branches/VALGRIND_3_1_BRANCH/memcheck/mac_leakcheck.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_1_BRANCH/memcheck/mac_leakcheck.c 2005-12-19 19:3=
3:36 UTC (rev 5378)
+++ branches/VALGRIND_3_1_BRANCH/memcheck/mac_leakcheck.c 2005-12-19 19:3=
5:13 UTC (rev 5379)
@@ -709,7 +709,7 @@
tl_assert(lc_shadows =3D=3D NULL);
if (VG_(clo_verbosity) >=3D 1 && !VG_(clo_xml)) {
VG_(message)(Vg_UserMsg,=20
- "No malloc'd blocks -- no leaks are possible.");
+ "All heap blocks were freed -- no leaks are possib=
le.");
}
return;
}
|