Thread (1 message) 1 message, 1 author, 2020-03-15

Re: [PATCH 5/8] builtin/clone: compute checkout metadata for clones

From: Junio C Hamano <hidden>
Date: 2020-03-15 19:30:57

SZEDER Gábor [off-list ref] writes:
On Tue, Mar 10, 2020 at 06:20:43PM +0000, brian m. carlson wrote:
quoted
diff --git a/builtin/clone.c b/builtin/clone.c
index 1ad26f4d8c..00e5427ef1 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -780,11 +780,12 @@ static int checkout(int submodule_progress)
 	if (!strcmp(head, "HEAD")) {
 		if (advice_detached_head)
 			detach_advice(oid_to_hex(&oid));
+		free(head);
+		head = NULL;
Coccinelle suggests to use FREE_AND_NULL(head) instead.
Thanks; squashed to update 'pu'.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help