Re: [PATCH RESEND] phyp: Fix memory leak in phypUUIDTable_Push

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 07/19/2017 02:02 AM, ZhiPeng Lu wrote:
> @remote_file, allocated by virAsprintf, was not freed and leaked.
> 
> Signed-off-by: Zhipeng Lu <lu.zhipeng@xxxxxxxxxx>
> ---
>  src/phyp/phyp_driver.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c
> index 9121581..662e2f7 100644
> --- a/src/phyp/phyp_driver.c
> +++ b/src/phyp/phyp_driver.c
> @@ -568,6 +568,7 @@ phypUUIDTable_Push(virConnectPtr conn)
>      ret = 0;
>  
>   cleanup:
> +    VIR_FREE(remote_file);
>      if (channel) {
>          libssh2_channel_send_eof(channel);
>          libssh2_channel_wait_eof(channel);
> 

ACKed and pushed.

Michal

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]
  Powered by Linux