commit | 270be8160493eb25ee43eb7db8dda2504343dc65 | [log] [tgz] |
---|---|---|
author | Adam Spiers <git@adamspiers.org> | Sun Jan 06 16:58:05 2013 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jan 06 14:26:37 2013 -0800 |
tree | 93d5642a17e8d182a1c9a22c02c62e3219416ae0 | |
parent | c04318e46aae79b8b8df059e2118519d83dfee12 [diff] |
dir.c: provide clear_directory() for reclaiming dir_struct memory By the end of a directory traversal, a dir_struct instance will typically contains pointers to various data structures on the heap. clear_directory() provides a convenient way to reclaim that memory. Signed-off-by: Adam Spiers <git@adamspiers.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>