author | Junio C Hamano <junkio@cox.net> | |
Mon, 28 Aug 2006 04:19:39 +0000 (21:19 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 28 Aug 2006 04:19:39 +0000 (21:19 -0700) | ||
commit | 4cac42b1324951579036a9d3ac403f5c2c3eeed8 | |
tree | 5106e1aff2bd1d90fef4c26550b777dbe1142429 | tree | snapshot |
parent | b3c952f8386cebe12fc95227866683bb1cec99a9 | commit | diff |
free(NULL) is perfectly valid.
Jonas noticed some places say "if (X) free(X)" which is totally
unnecessary.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Jonas noticed some places say "if (X) free(X)" which is totally
unnecessary.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c | diff | blob | history | |
builtin-fmt-merge-msg.c | diff | blob | history | |
builtin-repo-config.c | diff | blob | history | |
builtin-rev-list.c | diff | blob | history | |
config.c | diff | blob | history | |
fetch.c | diff | blob | history | |
http-fetch.c | diff | blob | history | |
http-push.c | diff | blob | history | |
path-list.c | diff | blob | history | |
refs.c | diff | blob | history |