aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-19 22:14:27 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-19 22:14:27 +0200
commit870b1fda3c0093fdc9fe3e05c85173992cc7d69c (patch)
tree54639dc98c35ef135c5b01f7fddf6f4fea0bed29 /docs/CONTRIBUTING
parentd70a0baced3e66d151e2dbe78c6abe7f346b8397 (diff)
memleak checking tip
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 9a2ff35..86655dd 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -34,3 +34,6 @@ So ideally, all contributors develop in their experimental, that gets merged int
$ recompile
$ valgrind --tool=callgrind ./uzbl ....
$ kcachegrind callgrind.out.foo
+
+### MEMORY LEAK CHECKING
+ valgrind --tool=memcheck --leak-check=full ./uzbl