]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virfirmware: Expose and define autoptr for virFirmwareFree
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 5 Aug 2019 09:38:06 +0000 (11:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 12 Sep 2019 10:19:56 +0000 (12:19 +0200)
commit48f8aee2ab196db8bfa001e7f0c4a7fe8f2974a6
tree17d388df6bea7eeb1332d8559e50a2ef8d3ab15d
parent9713aed1abd6566a59ca455592a68b0e054230a5
virfirmware: Expose and define autoptr for virFirmwareFree

This function frees a _virFirmware struct. So far, it doesn't
need to be called from outside of the module, but this will
change shortly. In the light of recent VIR_DEFINE_AUTOPTR_FUNC()
additions, do the same to virFirmwareFree().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
src/libvirt_private.syms
src/util/virfirmware.c
src/util/virfirmware.h