mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
xmlreader: Fix memory leak in xmlTextReaderFreeProp
Short-lived regression.
This commit is contained in:
parent
dc2a03d482
commit
1b4bf22c14
@ -227,6 +227,8 @@ xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) {
|
||||
* Operating in streaming mode, attr is gonna disappear
|
||||
*/
|
||||
cur->id->attr = NULL;
|
||||
if (cur->id->name != NULL)
|
||||
DICT_FREE(cur->id->name);
|
||||
cur->id->name = cur->name;
|
||||
cur->name = NULL;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user