Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9857 invoked from network); 24 Mar 2006 10:02:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2006 10:02:33 -0000 Received: (qmail 69223 invoked by uid 500); 24 Mar 2006 10:02:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69117 invoked by uid 500); 24 Mar 2006 10:02:29 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 69060 invoked by uid 500); 24 Mar 2006 10:02:29 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 69048 invoked by uid 99); 24 Mar 2006 10:02:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 02:02:28 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Fri, 24 Mar 2006 02:02:27 -0800 Received: (qmail 9635 invoked by uid 65534); 24 Mar 2006 10:02:07 -0000 Message-ID: <20060324100207.9632.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r388480 - /webservices/axis2/trunk/c/modules/core/util/core_utils.c Date: Fri, 24 Mar 2006 10:02:07 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: samisa Date: Fri Mar 24 02:02:05 2006 New Revision: 388480 URL: http://svn.apache.org/viewcvs?rev=388480&view=rev Log: Fixed more leaks Modified: webservices/axis2/trunk/c/modules/core/util/core_utils.c Modified: webservices/axis2/trunk/c/modules/core/util/core_utils.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/util/core_utils.c?rev=388480&r1=388479&r2=388480&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/core/util/core_utils.c (original) +++ webservices/axis2/trunk/c/modules/core/util/core_utils.c Fri Mar 24 02:02:05 2006 @@ -181,7 +181,6 @@ AXIS2_MSG_INFO_HEADERS_SET_TO(msg_info_headers, env, NULL); AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO(msg_info_headers, env, NULL); AXIS2_MSG_INFO_HEADERS_SET_FROM(msg_info_headers, env, NULL); - AXIS2_MSG_INFO_HEADERS_SET_RELATES_TO(msg_info_headers, env, NULL); } AXIS2_MSG_CTX_SET_OP_CTX(out_msg_ctx, env, NULL);