Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 99046 invoked from network); 11 May 2005 09:59:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 09:59:34 -0000 Received: (qmail 57724 invoked by uid 500); 11 May 2005 10:03:08 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 57339 invoked by uid 500); 11 May 2005 10:03:05 -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 57264 invoked by uid 99); 11 May 2005 10:03:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 11 May 2005 03:03:03 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CEDBB2E0 for ; Wed, 11 May 2005 11:59:19 +0200 (CEST) Message-ID: <705562752.1115805559214.JavaMail.jira@ajax.apache.org> Date: Wed, 11 May 2005 11:59:19 +0200 (CEST) From: "Mark Whitlock (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-640) mallocs in C++ engine Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mallocs in C++ engine --------------------- Key: AXISCPP-640 URL: http://issues.apache.org/jira/browse/AXISCPP-640 Project: Axis-C++ Type: Bug Components: Client - Engine Reporter: Mark Whitlock The Axis C++ engine should not use malloc/free/strdup. Instead it should use new/delete because mixing the two APIs causes memory problems. There are mallocs in MessageData.cpp, SoapDeSerializer.cpp, XercesHandler.cpp and PlatformSpecificOS400.cpp. These and other mallocs/frees/strdups should be replaced. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira