| commit | 0b1f113075aafb0c91a406d984d0152e55c981da | [log] [tgz] |
|---|---|---|
| author | Carlos Rica <jasampler@gmail.com> | Fri May 25 03:46:22 2007 +0200 |
| committer | Junio C Hamano <junkio@cox.net> | Thu May 24 18:56:06 2007 -0700 |
| tree | 0251d2b4a2dc0b035f195a7db6f634e9c371b5fd | |
| parent | c075aea5da6c35edfe86da7d3edced67cdb009c8 [diff] |
fix memory leak in parse_object when check_sha1_signature fails When check_sha1_signature fails, program is not terminated: it prints an error message and returns NULL, so the buffer returned by read_sha1_file should be freed before. Signed-off-by: Carlos Rica <jasampler@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>