aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9133-git-svn-nested-git-repo.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2023-10-03 16:31:11 -0400
committerJunio C Hamano <gitster@pobox.com>2023-10-03 14:28:24 -0700
commitd9c84c6d67e3418bade00af7bcb5f72d7c656164 (patch)
tree6b8a51cfb851cb3b261264466f60d76f043c8637 /t/t9133-git-svn-nested-git-repo.sh
parentcommit-graph: free write-context entries before overwriting (diff)
downloadgit-d9c84c6d67e3418bade00af7bcb5f72d7c656164.tar.gz
git-d9c84c6d67e3418bade00af7bcb5f72d7c656164.zip
commit-graph: free write-context base_graph_name during cleanup
Commit 6c622f9f0b (commit-graph: write commit-graph chains, 2019-06-18) added a base_graph_name string to the write_commit_graph_context struct. But the end-of-function cleanup forgot to free it, causing a leak. This (presumably in combination with the preceding leak-fixes) lets us mark t5328 as leak-free. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
0 files changed, 0 insertions, 0 deletions
"References" header.YOSHIFUJI Hideaki / 吉藤英明1-1/+1 2007-04-06cvsimport: Improve formating consistencyFrank Lichtenheld1-3/+3 2007-04-06cvsimport: Reorder options in documentation for better understandingFrank Lichtenheld1-27/+27 2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld1-4/+6 2007-04-06cvsimport: Improve documentation of CVSROOT and CVS module determinationFrank Lichtenheld1-2/+6 2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld2-5/+8 2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How2-2/+2 2007-04-05Honor -p<n> when applying git diffsShawn O. Pearce2-2/+27 2007-04-05Fix dependency of common-cmds.hJunio C Hamano1-1/+1 2007-04-05Fix renaming branch without config fileGeert Bosch2-2/+12 2007-04-05DESTDIR support for git/contrib/emacsVille Skyttä1-2/+2 2007-04-05gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski1-2/+4 2007-04-05Document --left-right option to rev-list.Brian Gernhardt2-0/+32 2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe3-1/+7 2007-04-04rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email.Gerrit Pape1-0/+0 2007-04-04rerere: make sorting really stable.Junio C Hamano2-6/+10 2007-04-04Fix t4200-rerere for white-space from "wc -l"Brian Gernhardt1-2/+2 2007-04-03GIT 1.5.1v1.5.1Junio C Hamano3-16/+187 2007-04-03GIT 1.5.0.7v1.5.0.7Junio C Hamano3-2/+20 2007-04-03Documentation: A few minor fixes to Git User's ManualJakub Narebski1-10/+10 2007-04-03Plug memory leak in index-pack collision checking codepath.Nicolas Pitre1-0/+1 2007-04-03rerere should not repeat the earlier hunks in later onesJunio C Hamano2-4/+26 2007-04-02Hopefully final update to the draft Release Notes, preparing for 1.5.1Junio C Hamano1-8/+15 2007-03-31cvsserver: Don't lie about binary mode in asciidoc documentationFrank Lichtenheld1-3/+5 2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong1-0/+3 2007-03-31Keep rename/rename conflicts of intermediate merges while doing recursive mergeAlex Riesen1-6/+31