Found by scan.coverity.com (Id: 1127809)
Signed-off-by: Stefan Beller <[email protected]>
---
remote.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/remote.c b/remote.c
index 3d6c86a..2c1458f 100644
--- a/remote.c
+++ b/remote.c
@@ -1983,6 +1983,7 @@ int format_tracking_info(struct branch *branch, struct
strbuf *sb)
strbuf_addf(sb,
_(" (use \"git pull\" to merge the remote
branch into yours)\n"));
}
+ free(base);
return 1;
}
--
2.1.0.rc2
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html