
18 Jan
2017
18 Jan
'17
2:44 p.m.
On 01/06/2017 09:28 AM, Wu Zongyong wrote:
The number of elements in new_params is equal to the length of info, instead of nparams, so it's wrong to free new_params using nparams.
Signed-off-by: Wu Zongyong <wuzongyo@mail.ustc.edu.cn> --- libvirt-override.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
ACK (and pushed)... I also pushed a post release version bump adjustment too. Looks like these were not done as part of commit id '71fd954092' Thanks! John In the future - if you have "libvirt-python" in the title it makes it easier to spot as a python issue rather than libvirt issue. Modify your .git/config file in your libvirt-python.git with an entry such as: [format] subjectprefix = libvirt-python PATCH