Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 55085 invoked from network); 5 Jan 2006 15:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 15:36:29 -0000 Received: (qmail 82025 invoked by uid 500); 5 Jan 2006 15:36:22 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 81813 invoked by uid 500); 5 Jan 2006 15:36:21 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 81802 invoked by uid 99); 5 Jan 2006 15:36:20 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Jan 2006 07:36:20 -0800 Received: (qmail 54672 invoked by uid 2161); 5 Jan 2006 15:35:59 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id 0FF0F1721C for ; Thu, 5 Jan 2006 16:35:51 +0100 (CET) Message-ID: <43BD3CEA.4080603@apache.org> Date: Thu, 05 Jan 2006 16:36:10 +0100 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: de, en, de-de, en-gb, cy, zu, xh MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Possible memory leak in mod_proxy_http.c? X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I noticed that in ap_proxy_http_process_response of mod_proxy_http.c we never call apr_brigade_destroy for the locally created brigade bb. We only call apr_brigade_cleanup on this brigade. Isn't this a memory leak? Regards R�diger