Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 28948 invoked from network); 19 Sep 2005 06:53:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 06:53:34 -0000 Received: (qmail 3473 invoked by uid 500); 19 Sep 2005 06:53:33 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 3335 invoked by uid 500); 19 Sep 2005 06:53:32 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 3322 invoked by uid 99); 19 Sep 2005 06:53:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2005 23:53:32 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.74.65.221] (HELO linux.easyhost.be) (193.74.65.221) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2005 23:53:39 -0700 Received: (qmail 32540 invoked from network); 19 Sep 2005 08:53:23 +0200 Received: from localhost (127.0.0.1) by localhost with SMTP; 19 Sep 2005 08:53:23 +0200 Received: from 195.0.96.5 ([195.0.96.5]) by webmail.daune-consult.com (Horde MIME library) with HTTP; Mon, 19 Sep 2005 08:53:23 +0200 Message-ID: <20050919085323.cwq9maqm52ssgwck@webmail.daune-consult.com> Date: Mon, 19 Sep 2005 08:53:23 +0200 From: daune.jf@daune-consult.com To: dev@directory.apache.org Subject: [Mina] CumulativeProtocolDecoder testing MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am surprised to see that the ByteBuffer used by CumulativeProtocolDecoder is not explicitly released. Given the ByteBuffer javadoc, I would assume that it should be. Am I wrong ? Regards, J-F