r2744: ben elliston taught me about gcov today, which allows you to measure
[samba.git] / talloc_guide.txt
index 7d727c5cb2d1925b4022ec305827a3eeae5e4d32..745426730c629c133b0926b422411fc1d8f6eb5a 100644 (file)
@@ -125,7 +125,9 @@ After creating a reference you can free it in one of the following
 ways:
 
   - you can talloc_free() a parent of the original pointer. That will
-    destroy the reference and make the pointer a child of "context".
+    destroy the reference and make the pointer a child of the
+    "context" argument from the most recently called
+    talloc_reference() on the pointer.
 
   - you can talloc_free() the pointer itself. That will destroy the
     most recently established reference to the pointer and leave the