Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
dir.c: provide clear_directory() for reclaiming dir_struct memory
[gitweb.git]
/
Documentation
/
technical
/
api-directory-listing.txt
diff --git
a/Documentation/technical/api-directory-listing.txt
b/Documentation/technical/api-directory-listing.txt
index fa9c8ae4618e9eb5c44ddc3f15443e10aa6bdd3e..fbceb629ab3c81b9cc42c0aaee4b2c866466c07c 100644
(file)
--- a/
Documentation/technical/api-directory-listing.txt
+++ b/
Documentation/technical/api-directory-listing.txt
@@
-81,4
+81,6
@@
marked. If you to exclude files, make sure you have loaded index first.
* Use `dir.entries[]`.
+* Call `free_directory()` when none of the contained elements are no longer in use.
+
(JC)