UnixZCompressor.~this

~this()

Destructor ensures cleanup of the input buffer even if finish() was not called.

This prevents resource leaks when a compressor is abandoned without calling finish(). The compression context is managed within finish() using scope(exit), so only the input buffer needs explicit cleanup.