]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
transport: free leaking head in transport_print_push_status()
authorStefan Beller <sbeller@google.com>
Tue, 21 Oct 2014 01:50:44 +0000 (18:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Oct 2014 18:01:18 +0000 (11:01 -0700)
commitdc76c7f783694557b08f01d99793979c482aee1f
treed68d892eef06d919047bf2651bf66a4c88c8d200
parent3c2dc76f015b4d52ef02a08c59a4546d00b475e1
transport: free leaking head in transport_print_push_status()

Found by scan.coverity.com (ID: 1248110)

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c