qemu-storage-daemon: add missing cleanup calls
commitf10802d2c9fd8bfd92c70f465da1a5992445157f
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 19 Jun 2020 10:11:32 +0000 (19 11:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 3 Jul 2020 07:37:03 +0000 (3 09:37 +0200)
tree7e0c181984b0c200979340dbef083d505ebdac05
parent5b99bdea842d4190d2471769903cdcc1621eb493
qemu-storage-daemon: add missing cleanup calls

Several components used by qemu-storage-daemon have cleanup functions
that aren't called. Keep the "valgrind --leak-check=full" as clean as
possible by invoking the necessary cleanup functions.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20200619101132.2401756-3-stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-storage-daemon.c