git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] transport: Free leaking head in  transport_print_push_status
@ 2014-10-21  1:50 Stefan Beller
  2014-10-21  1:50 ` [PATCH 2/2] .mailmap: Add Stefan Bellers corporate mail address Stefan Beller
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Beller @ 2014-10-21  1:50 UTC (permalink / raw)
  To: git, gitster; +Cc: Stefan Beller

From: Stefan Beller <sbeller@google.com>

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

Signed-off-by: Stefan Beller <sbeller@google.com>
---
 transport.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/transport.c b/transport.c
index 055d2a2..fbab6ee 100644
--- a/transport.c
+++ b/transport.c
@@ -774,6 +774,7 @@ void transport_print_push_status(const char *dest, struct ref *refs,
 			*reject_reasons |= REJECT_NEEDS_FORCE;
 		}
 	}
+	free(head);
 }
 
 void transport_verify_remote_names(int nr_heads, const char **heads)
-- 
2.1.2.332.g8071e93

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-22 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21  1:50 [PATCH 1/2] transport: Free leaking head in transport_print_push_status Stefan Beller
2014-10-21  1:50 ` [PATCH 2/2] .mailmap: Add Stefan Bellers corporate mail address Stefan Beller
2014-10-21  5:53   ` Junio C Hamano
     [not found]     ` <CAGZ79kYNvQOKLZ5qgCD1NyYG8X2q7UCr5rMbrxW6ajRAnFRz7A@mail.gmail.com>
2014-10-22 22:03       ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).