memleak checking tip
authorDieter Plaetinck <dieter@plaetinck.be>
Tue, 19 May 2009 20:14:27 +0000 (22:14 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Tue, 19 May 2009 20:14:27 +0000 (22:14 +0200)
docs/CONTRIBUTING

index 9a2ff35..86655dd 100644 (file)
@@ -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