Home | History | Annotate | Download | only in libxml2

Lines Matching full:leak

171 	* threads.c: patch from Daniel Zimmermann fixing a memory leak
460 * runsuite.c: small cleanup for non-leak reports
887 * SAX2.c: another leak reported by Ashwin
920 * parser.c: fix a memeory leak in internal subset parsing with
1096 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
1391 (fixes leak detected by testapi)
1417 * python/libxml.c: fix a memory leak in the python string handling
1834 * xpath.c: Fix a memory leak which occurred when using
1978 * xpath.c: fixed memory leak in xpath error reporting
2048 deactivated here in order to avoid confusion of the memory leak
2104 memory leak in xmlXPathTryStreamCompile(), when a list of
2599 * xmlreader.c: Gary Coady pointed a memory leak in
2886 * xmlschemas.c: Fixed a potential memory leak in
2908 * xmlschemas.c: Fixed a memory leak in
3003 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
3456 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3873 * xmllint.c: fixed a memory leak
3895 * testapi.c tree.c: fixing a leak detected by testapi in
3937 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3953 * relaxng.c: fix a leak in weird circumstances
4249 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
4327 * valid.c: Applied Daniel's fix for memory leak in dtd
4359 context. Fixed a big memory leak, which occurred when using
4522 Hendricks to avoid leak in python bindings when using schemas
4723 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
5350 * xpath.c: fixed a memory leak on errors in some circumstances #159812
5711 * parser.c: fixed the leak reported by Volker Roth on the list
6159 fix Xpath memory leak (thanks to sKaBoy and William Brack)
6370 * tree.c: fixed problem with memory leak on text nodes in DTD
6994 * xmlsave.c: fix a reported memory leak apparently
7235 * relaxng.c: remove a memory leak on schemas type facets.
7440 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7744 * xmlwriter.c: fixed a memory leak
7784 leak reported on the list.
7808 * xmlschemas.c: removed a memory leak remaining from the switch
7952 memory leak reported by Dave Beckett
9569 * parserInternals.c: avoid a leak with previous patch
10208 cleanup patch, and also avoided a possible memory leak
10223 #118494 about a memory leak in EXSLT
10499 * HTMLparser.c: oops last commit introduced a memory leak.
11907 * SAX.c: fuck, I introduced a memory leak on external parsed
12452 * parser.c: Martin Stoilov pointed out a potential leak in
12523 removing a leak in xmlSAXParseMemory() and adding the
12842 * xmlregexp.c: found and fixed a mem leak with python regression tests
13001 * xmllint.c: memory leak reporting was broken after a change
13067 * xpath.c: possible mem leak patch from Jason Adams
13163 * c14n.c: fixed a memory leak in c14n code
13808 could leak filedescriptors
14093 this could result in a Python memory leak otherwise (it's
14531 they now support XPath and there is no evident leak
18846 to XML) removed the last mem leak known
18967 * parser.c: fixed bugs #3908 and #3937 and a memory leak
19392 * parser.c, parser.h, parserInternals.h: memory leak hunting,