[Libosinfo] [libosinfo] loader: Fix leak in osinfo_loader_find_files()
Daniel P. Berrangé
berrange at redhat.com
Tue Apr 10 10:29:17 UTC 2018
On Tue, Apr 10, 2018 at 12:23:12PM +0200, Christophe Fergeau wrote:
> 'tmp' is used to iterate over the list of files, so it will be NULL at
> the end of the iteration, and g_list_free() will be a no-op.
> The initial list is stored in 'children', so free that instead.
>
> Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
> ---
> osinfo/osinfo_loader.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
More information about the Libosinfo
mailing list