]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virpci: Drop unused @ret in virPCIDeviceListDel
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Jul 2018 16:07:38 +0000 (18:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Jul 2018 16:07:38 +0000 (18:07 +0200)
commitc50f89db716154c7301b129d225cb40bf3ec44ec
tree6798d27ad70aefdc28334f60acdc27185d0e204a
parentea0c2856f8d77a211d8024be612072c5f401a124
virpci: Drop unused @ret in virPCIDeviceListDel

So after 00dc991ca16730 the function is one line long and the
line is declaring a variable which is never used in fact. Replace
it with actual free() call instead of autofree.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virpci.c