
2 Mar
2009
2 Mar
'09
4:13 a.m.
Ryota Ozaki wrote:
These patches fix: - missing VIR_FREE for the return value of virXPathString - wrong error message "missing owner element" where should be "missing group element"
Thank you! Both of those are fine. I'll apply them today. FYI, looking at the first one, I spotted another problem. Since strtol dereferences its 2nd parameter when it's non-NULL, it must always be initialized. I'll post that fix separately.