summaryrefslogtreecommitdiff
path: root/Documentation/git-filter-branch.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-04-10 22:20:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-12 21:30:31 (GMT)
commit213152688c85a0e4d591abc1c10b7c279ffefb99 (patch)
tree08262e8147511acd423900e70cbf381454578c97 /Documentation/git-filter-branch.txt
parentde551d472ed65fa570d9456e8498348fe4c8e7d8 (diff)
downloadgit-213152688c85a0e4d591abc1c10b7c279ffefb99.zip
git-213152688c85a0e4d591abc1c10b7c279ffefb99.tar.gz
git-213152688c85a0e4d591abc1c10b7c279ffefb99.tar.bz2
process_{tree,blob}: Remove useless xstrdup calls
On Wed, 8 Apr 2009, Björn Steinbrink wrote: > > The name of the processed object was duplicated for passing it to > add_object(), but that already calls path_name, which allocates a new > string anyway. So the memory allocated by the xstrdup calls just went > nowhere, leaking memory. Ack, ack. There's another easy 5% or so for the built-in object walker: once we've created the hash from the name, the name isn't interesting any more, and so something trivial like this can help a bit. Does it matter? Probably not on its own. But a few more memory saving tricks and it might all make a difference. Linus Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-filter-branch.txt')
0 files changed, 0 insertions, 0 deletions