Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 95669 invoked from network); 5 Jun 2006 03:00:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 03:00:56 -0000 Received: (qmail 77926 invoked by uid 500); 5 Jun 2006 03:00:55 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 77844 invoked by uid 500); 5 Jun 2006 03:00:55 -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 77833 invoked by uid 500); 5 Jun 2006 03:00:55 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 77830 invoked by uid 99); 5 Jun 2006 03:00:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 20:00:55 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 20:00:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A11191A983A; Sun, 4 Jun 2006 20:00:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r411644 - /webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c Date: Mon, 05 Jun 2006 03:00:34 -0000 To: axis2-cvs@ws.apache.org From: nabeel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060605030034.A11191A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nabeel Date: Sun Jun 4 20:00:33 2006 New Revision: 411644 URL: http://svn.apache.org/viewvc?rev=411644&view=rev Log: xmlTextReaderClose releases any resource allocated. Hence removed xmlFreeTextReader Modified: webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c Modified: webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c?rev=411644&r1=411643&r2=411644&view=diff ============================================================================== --- webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c (original) +++ webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c Sun Jun 4 20:00:33 2006 @@ -549,7 +549,6 @@ if(AXIS2_INTF_TO_IMPL(parser)->reader) { xmlTextReaderClose(AXIS2_INTF_TO_IMPL(parser)->reader); - xmlFreeTextReader(AXIS2_INTF_TO_IMPL(parser)->reader); } if(parser->ops) { --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org