1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

fixed bug #81159 (memory growth in SAX)

This commit is contained in:
Aleksey Sanin 2002-05-09 18:20:01 +00:00
parent 50fe8b1732
commit e48a318f0f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
* parser.c: fixed bug #81159 (memory growth in SAX)
Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
* xpath.c: fixed bug #78858 (the real fix)

View File

@ -7985,6 +7985,8 @@ xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) {
#endif
while (1) {
SHRINK;
/*
* Pop-up of finished entities.
*/