]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_ppc64: Remove error path in virCPUppc64DriverGetModels
authorTim Wiederhake <twiederh@redhat.com>
Wed, 9 Sep 2020 06:37:51 +0000 (08:37 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 9 Sep 2020 06:44:22 +0000 (08:44 +0200)
commit0b261edd15472557170bb032b7dfd4358084f3a4
tree239de08ebdf2dd7cdf002b60faf112313ced9ce4
parent239218c567d0372226fce47693b93054162c8295
cpu_ppc64: Remove error path in virCPUppc64DriverGetModels

The call to `g_strfreev` is not required, as in both cases no memory has been allocated.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_ppc64.c