aboutsummaryrefslogtreecommitdiff
path: root/transport.c
diff options
context:
space:
mode:
authorBrandon Williams <bmwill@google.com>2017-03-31 16:56:22 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-02 09:49:24 -0700
commit54cc8aca60e474e637e9d71b57ee2c6f1fb197e6 (patch)
tree8309892edee66ddeb419aba38ea51d36942e3ac4 /transport.c
parentb14f27f91770e0f99f64135348977a0ce1c7993a (diff)
downloadgit-54cc8aca60e474e637e9d71b57ee2c6f1fb197e6.tar.gz
git-54cc8aca60e474e637e9d71b57ee2c6f1fb197e6.tar.xz
push: unmark a local variable as static
There isn't any obvious reason for the 'struct string_list push_options' and 'struct string_list_item *item' to be marked as static, so unmark them as being static. Also, clear the push_options string_list to prevent memory leaking. Signed-off-by: Brandon Williams <bmwill@google.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport.c')
0 files changed, 0 insertions, 0 deletions