[libvirt] [PATCH v5 1/5] qemuBuildChrDeviceCommandLine: Don't leak devstr

Daniel P. Berrange berrange at redhat.com
Mon Jul 15 12:11:42 UTC 2013


On Fri, Jul 12, 2013 at 07:23:58PM +0200, Michal Privoznik wrote:
> It's caller's responsibility to free return value of
> qemuBuildChrDeviceStr().
> ---
>  src/qemu/qemu_command.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
> index 0e517f2..d6ef9cd 100644
> --- a/src/qemu/qemu_command.c
> +++ b/src/qemu/qemu_command.c
> @@ -6608,6 +6608,7 @@ qemuBuildChrDeviceCommandLine(virCommandPtr cmd,
>          return -1;
>  
>      virCommandAddArgList(cmd, "-device", devstr, NULL);
> +    VIR_FREE(devstr);
>      return 0;
>  }

ACK,  When was this leak introduced ? Or rather, does this need to
go in any -maint branch.

Daniel
--
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list