summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING13
1 files changed, 13 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index e685c7820..043246fd8 100644
--- a/HACKING
+++ b/HACKING
@@ -160,3 +160,16 @@ in any module changed.
* All patches should go through nautilus-list@lists.eazel.com.
+
+===============================
+6: Using the leak checker
+===============================
+
+Nautilus is set up to use the libleakcheck.so leak checking libary. To
+use it run nautilus with LD_PRELOAD set to the path to the installed
+libleakcheck.so libary. For example, if you are using a
+bourne-compatible shell, like bash, you can run nautilus this way to
+run with leak checking:
+
+LD_PRELOAD=/gnome/libs/libleakcheck.so /gnome/bin/nautilus
+