summaryrefslogtreecommitdiff
path: root/t/t4030-diff-textconv.sh
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2010-04-17 13:07:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-04-17 13:55:45 -0700
commit03b6aeb27443f117a3d8375f01bc38baeeff65a5 (patch)
tree7dae2836758a59be2841541a4b542f50e945ff0a /t/t4030-diff-textconv.sh
parentDocumentation/config.txt: default gc.aggressiveWindow is 250, not 10 (diff)
downloadtgif-03b6aeb27443f117a3d8375f01bc38baeeff65a5.tar.xz
http.c: Remove bad free of static block
The filename variable here is pointing to a block of memory that was allocated by sha1_file.c and is also held in a static variable scoped within the sha1_pack_name() function. Doing a free() here is returning that memory to the allocator while we might still try to reuse it on a subsequent sha1_pack_name() invocation. That's not acceptable, so don't free it. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4030-diff-textconv.sh')
0 files changed, 0 insertions, 0 deletions