summaryrefslogtreecommitdiff
path: root/Documentation/manpage-base-url.xsl.in
diff options
context:
space:
mode:
authorLibravatar Stefan Beller <sbeller@google.com>2016-03-31 17:35:44 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-04-01 10:32:43 -0700
commit6eb6078bf5fd08028b21d80b9062a4aed83a2340 (patch)
treeb0f0ed26151f56a95e3c2b5be9be5c75a5dc5ff3 /Documentation/manpage-base-url.xsl.in
parentnotes: don't leak memory in git_config_get_notes_strategy (diff)
downloadtgif-6eb6078bf5fd08028b21d80b9062a4aed83a2340.tar.xz
abbrev_sha1_in_line: don't leak memory
`split` is of type `struct strbuf **`, and currently we are leaking split itself as well as each element in split[i]. We have a dedicated free function for `struct strbuf **`, which takes care of freeing all related memory. Helped-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/manpage-base-url.xsl.in')
0 files changed, 0 insertions, 0 deletions