Hi, Might not be that an big an issue as it should be freed on exit, but might cause problems with big trees. ---- Plug memory leak in update-cache.c. Signed-off-by: Martin Schlemmer <azarah@nosferatu.za.org> update-cache.c: 22f3ccd47db4f0888901109a8cbf883d272d1cba --- 22f3ccd47db4f0888901109a8cbf883d272d1cba/update-cache.c +++ uncommitted/update-cache.c @@ -202,6 +202,7 @@ printf("%s: needs update\n", ce->name); continue; } + free(active_cache[i]); active_cache[i] = new; } } -- Martin Schlemmer - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-04-15 12:56:42 EST