Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2857D200BE7 for ; Tue, 20 Dec 2016 15:39:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 25EE6160B33; Tue, 20 Dec 2016 14:39:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 66446160B1B for ; Tue, 20 Dec 2016 15:38:59 +0100 (CET) Received: (qmail 51402 invoked by uid 500); 20 Dec 2016 14:38:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 51379 invoked by uid 99); 20 Dec 2016 14:38:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 14:38:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6ECF52C0086 for ; Tue, 20 Dec 2016 14:38:58 +0000 (UTC) Date: Tue, 20 Dec 2016 14:38:58 +0000 (UTC) From: "Stefan Bodewig (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COMPRESS-377) ScatterZipOutputStream leaks StreamCompressor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Dec 2016 14:39:00 -0000 Stefan Bodewig created COMPRESS-377: --------------------------------------- Summary: ScatterZipOutputStream leaks StreamCompressor Key: COMPRESS-377 URL: https://issues.apache.org/jira/browse/COMPRESS-377 Project: Commons Compress Issue Type: Bug Components: Archivers Affects Versions: 1.12 Reporter: Stefan Bodewig Assignee: Stefan Bodewig Fix For: 1.13 The {{Closable}} {{StreamCompressor}} passed in at the constructor is never closed, even though it likely holds a reference to a {{Deflater}} instance. -- This message was sent by Atlassian JIRA (v6.3.4#6332)