mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
bug 1067: the node was freed, but still used.
This commit is contained in:
parent
c53e6335a1
commit
a7c2f14e6d
1
NEWS
1
NEWS
@ -34,6 +34,7 @@ Other changes:
|
|||||||
* minor bug 761: When reading bookmarks from an XBEL file, distinguish
|
* minor bug 761: When reading bookmarks from an XBEL file, distinguish
|
||||||
attribute names from attribute values.
|
attribute names from attribute values.
|
||||||
* enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman.
|
* enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman.
|
||||||
|
* critical: bug 1067: crash in call_dom_stack_callbacks with RSS
|
||||||
|
|
||||||
ELinks 0.12pre2:
|
ELinks 0.12pre2:
|
||||||
----------------
|
----------------
|
||||||
|
@ -947,9 +947,7 @@ dom_rss_pop_document(struct dom_stack *stack, struct dom_node *root, void *data)
|
|||||||
done_dom_string(&renderer->text);
|
done_dom_string(&renderer->text);
|
||||||
mem_free_if(renderer->items);
|
mem_free_if(renderer->items);
|
||||||
|
|
||||||
done_dom_node(root);
|
return DOM_CODE_FREE_NODE;
|
||||||
|
|
||||||
return DOM_CODE_OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user