On Thu, Jan 17, 2008 at 07:45:11PM +0000, Johannes Schindelin wrote: > > There was an extra free(url) in remote_exists() (both if clauses before > that contain a free(url) already), which resulted in a crash on Windows. Mmmmmm the free(url) you remove has been added in 3a462bc9 and the free(url) in the if clauses before have been removed in the same commit. I fail to see how that could lead to a double free(). Actually, I do see how, because git show 64be904 displays an obviously wrong remote_exists. OTOH, neither next, master nor pu have such code... Mike - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html