summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--HACKING13
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 970fecc72..8f64903f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-19 Maciej Stachowiak <mjs@eazel.com>
+
+ * HACKING: Added docs on how to use the leak checker, thanks to
+ Pavel.
+
2000-06-19 John Sullivan <sullivan@eazel.com>
Fixed uninitialized variable that was masking the real
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
+