[PATCH 3/4] xmllite: Set empty value for end element nodes.

Nikolay Sivov bunglehead at gmail.com
Tue Mar 21 10:37:31 CDT 2017


On 21.03.2017 18:19, Jacek Caban wrote:
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>  dlls/xmllite/reader.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Could you make this another node type case in GetValue? Like for
XmlNodeType_XmlDeclaration. The goal is to make sure empty static string
is returned unconditionally for certain node types, as opposed to
heap-allocated empty string.




More information about the wine-patches mailing list