Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 93175 invoked from network); 10 Dec 2007 09:10:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 09:10:07 -0000 Received: (qmail 35717 invoked by uid 500); 10 Dec 2007 09:09:55 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 35704 invoked by uid 500); 10 Dec 2007 09:09:55 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 35693 invoked by uid 99); 10 Dec 2007 09:09:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 01:09:55 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 09:10:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3DF79714244 for ; Mon, 10 Dec 2007 01:09:43 -0800 (PST) Message-ID: <27049248.1197277783250.JavaMail.jira@brutus> Date: Mon, 10 Dec 2007 01:09:43 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXIS2C-694) Memory leak occurs when inserting element to hash table In-Reply-To: <22558210.1189757912347.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] S.Uthaiyashankar closed AXIS2C-694. ----------------------------------- The leak is fixed. > Memory leak occurs when inserting element to hash table > ------------------------------------------------------- > > Key: AXIS2C-694 > URL: https://issues.apache.org/jira/browse/AXIS2C-694 > Project: Axis2-C > Issue Type: Bug > Components: util > Affects Versions: Current (Nightly) > Environment: windows > Reporter: S.Uthaiyashankar > Assignee: Dushshantha Chandradasa > Fix For: 1.2.0 > > > If an non null element is inserted to hash table when the hash table is full, and the key is not available in the hash table, then memory leaks occur. > refer the following stack trace: > axutil_allocator_malloc_impl [d:\manjula\axis2\util\src\allocator.c:65] > axutil_hash_find_entry [d:\manjula\axis2\util\src\hash.c:294] > axutil_hash_set [d:\manjula\axis2\util\src\hash.c:362] > rampart_set_security_processed_result [d:\manjula\rampart\src\util\rampart_sec_processed_result.c:41] > rampart_shp_process_encrypted_key [d:\manjula\rampart\src\util\rampart_sec_header_processor.c:558] > rampart_shp_process_message [d:\manjula\rampart\src\util\rampart_sec_header_processor.c:1135] > rampart_in_handler_invoke [d:\manjula\rampart\src\handlers\rampart_in_handler.c:138] > axis2_handler_invoke [d:\manjula\axis2\src\core\engine\handler.c:91] > axis2_phase_invoke [d:\manjula\axis2\src\core\engine\phase.c:199] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org