From: Julian Seward Date: Sun, 25 Nov 2007 14:09:26 +0000 (+0000) Subject: Fix broken link. X-Git-Tag: svn/VALGRIND_3_3_0~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09931540603b895ae6bdca3cd6e9efa7bb8482c0;p=thirdparty%2Fvalgrind.git Fix broken link. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7214 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 86d1b0874e..fc4a48e24b 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1501,7 +1501,7 @@ following constraints: using malloc/new/free/delete, it should still work, but Memcheck's error checking won't be so effective. If you describe your program's memory management scheme using "client requests" - (see ), Memcheck can do + (see ), Memcheck can do better. Nevertheless, using malloc/new and free/delete is still the best approach.