On Fri, 16 Feb 2007, Jim Meyering wrote: > > - if (index_path(ce->sha1, path, &st, !info_only)) > + if (index_path(ce->sha1, path, &st, !info_only)) { > + free(ce); > return -1; > + } Well, the only user of this does: if (add_file_to_cache(p)) die("Unable to process file %s", path); so the leak is very shortlived ;) Linus - 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