1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-08 17:42: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

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