zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
commit9a6f1287fb69c46c7895f987ffea558b13ae79d1
authorRené Scharfe <l.s.r@web.de>
Thu, 5 Mar 2015 22:49:46 +0000 (5 23:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2015 23:46:03 +0000 (5 15:46 -0800)
tree1f1f46dcde359f6998f1dd7ce6d8d8f48894ff50
parent282616c72d1d08a77ca4fe1186cb708c38408d87
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}

Clear the git_zstream variable at the start of git_deflate_init() etc.
so that callers don't have to do that.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-zip.c
builtin/index-pack.c
builtin/pack-objects.c
bulk-checkin.c
diff.c
fast-import.c
http-push.c
remote-curl.c
sha1_file.c
zlib.c