Anonymous - 2006-03-15

Logged In: YES
user_id=1477005

this can be solved with this patch to ixml/src/ixmplarser.c

2343a2344,2346
> }else { //empty atribute like a="", this is accessed
on other places, so there must be something
> node->nodeValue = malloc(sizeof(char));
> *(node->nodeValue) = '\0';
2345c2348
< // if attribute doesn't have value, like a="", fine
---
>

i checked it with libduma, it creates no memory leaks and
libupnp works like without this.