On Jan 10, 2008 10:34 PM, Marco Costalba <mcostalba@xxxxxxxxx> wrote: > > - while (deflate(&stream, Z_FINISH) == Z_OK) > - /* nothing */; > - deflateEnd(&stream); > - datalen = stream.total_out; > - deflateEnd(&stream); One thing I would like someone to clarify is why deflateEnd(&stream) is called two times ? With my patch is called only once as I have seen in all the others places. Thanks Marco - 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