At Fri, 21 Feb 2014 10:41:35 +0000,
Daniel P. Berrange wrote:
On Thu, Feb 13, 2014 at 04:22:21PM +0100, Claudio Bley wrote:
> The libvirt function virNodeDeviceListCaps might return fewer elements
> than requested. Take this into account and properly decode the UTF-8
> strings returned.
>
> Additionally, the given strings are freed before returning the resulting
> string array.
>
> Signed-off-by: Claudio Bley <cbley(a)av-test.de>
> ---
> src/main/java/org/libvirt/Device.java | 10 +++++++---
> src/main/java/org/libvirt/jna/Libvirt.java | 2 +-
> 2 files changed, 8 insertions(+), 4 deletions(-)
ACK
Thanks, pushed.