From a59ddb5ea4f34aa3f6e478c5c3bdf0a3054c7b12 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Wed, 25 Feb 2004 08:12:32 +0000 Subject: [PATCH] fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike Hommey --- ChangeLog | 5 + doc/DOM.html | 2 +- doc/architecture.html | 2 +- doc/docs.html | 2 +- doc/entities.html | 2 +- doc/example.html | 2 +- doc/interface.html | 2 +- doc/library.html | 2 +- doc/python.html | 2 +- doc/threads.html | 2 +- doc/tree.html | 2 +- doc/upgrade.html | 2 +- doc/xmlio.html | 2 +- doc/xmlmem.html | 2 +- python/libxml2class.txt | 476 ++++++++++++++++++++-------------------- xpath.c | 1 + 16 files changed, 257 insertions(+), 251 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a85da65..6ad4dbe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 25 16:07:14 HKT 2004 William Brack + + * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported + on the list by Mike Hommey + Mon Feb 23 17:28:34 CET 2004 Daniel Veillard * doc/* NEWS configure.in: preparing 2.6.7 release, updated and diff --git a/doc/DOM.html b/doc/DOM.html index 4b83e241..4076b646 100644 --- a/doc/DOM.html +++ b/doc/DOM.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -DOM Principles
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

DOM Principles

Developer Menu
API Indexes
Related links

DOM stands for the Document +DOM Principles
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

DOM Principles

Developer Menu
API Indexes
Related links

DOM stands for the Document Object Model; this is an API for accessing XML or HTML structured documents. Native support for DOM in Gnome is on the way (module gnome-dom), and will be based on gnome-xml. This will be a far cleaner interface to diff --git a/doc/architecture.html b/doc/architecture.html index 0dfeec2c..8a9c8977 100644 --- a/doc/architecture.html +++ b/doc/architecture.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -libxml2 architecture
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

libxml2 architecture

Developer Menu
API Indexes
Related links

Libxml2 is made of multiple components; some of them are optional, and +libxml2 architecture
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

libxml2 architecture

Developer Menu
API Indexes
Related links

Libxml2 is made of multiple components; some of them are optional, and most of the block interfaces are public. The main components are: