WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=8ee272a68c4f115bf7bf361d4d0d09f7d30f2f41
commit 8ee272a68c4f115bf7bf361d4d0d09f7d30f2f41 Author: Gareth Halfacree <[email protected]> Date: Thu Dec 7 06:42:29 2017 -0800 Wiki page valgrind.md changed with summary [] by Gareth Halfacree --- pages/develop/debug/c/valgrind.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/debug/c/valgrind.md.txt b/pages/develop/debug/c/valgrind.md.txt index 868e07bb5..c330a0df0 100644 --- a/pages/develop/debug/c/valgrind.md.txt +++ b/pages/develop/debug/c/valgrind.md.txt @@ -96,7 +96,7 @@ valgrind --leak-check=full --track-origins=yes ./hello [...] ``` -All the memory accesses pass through Valgrind, so it shows you a backtrace when an allocation is made and not freed. +All the memory accesses pass through Valgrind, so it is able to produce a backtrace when an allocation is made and not freed. > **NOTE:** > There can be other traces in the ``HEAD SUMMARY``, but this example focuses > on the memory leak within the application. As a result you may have to > ignore things not relevant to that code. --
