diff --git a/src/fs/io/GunzipReader.hxx b/src/fs/io/GunzipReader.hxx index 817698f14..8ffbce530 100644 --- a/src/fs/io/GunzipReader.hxx +++ b/src/fs/io/GunzipReader.hxx @@ -44,7 +44,7 @@ public: */ explicit GunzipReader(Reader &_next); - ~GunzipReader() { + ~GunzipReader() noexcept { inflateEnd(&z); }