|
From: <sv...@va...> - 2005-08-15 04:37:15
|
Author: njn Date: 2005-08-15 05:37:13 +0100 (Mon, 15 Aug 2005) New Revision: 177 Log: foo Modified: trunk/docs/quick-start.html Modified: trunk/docs/quick-start.html =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 --- trunk/docs/quick-start.html 2005-08-15 04:36:19 UTC (rev 176) +++ trunk/docs/quick-start.html 2005-08-15 04:37:13 UTC (rev 177) @@ -15,7 +15,7 @@ <li><p>using values before they have been initialized;</p></li> <li><p>incorrect freeing of memory, such as double-freeing heap blocks;</p></li> -<li><p>memory leaks;</p></li> +<li><p>memory leaks.</p></li> </ul></div> <p>What follows is the minimum information you need to start detecting memory errors in your program with Memcheck. Note that this guide appli= es |