[libvirt] [PATCH] fix memory leak in __virStringListFree
David Lively
Friday, 24 October
2008
Fri, 24 Oct
'08
2:03 p.m.
Currently __virStringListFree is freeing only the list nodes, but not
the strings on the list (and neither is anyone else freeing these).
This small patch fixes that, and documents the two __virStringList
functions.
Dave