]> git.ipfire.org Git - thirdparty/libvirt.git/commit
hyperv: Use g_auto() for virHashTable in hypervCreateEmbeddedParam
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 19 Oct 2020 09:55:30 +0000 (11:55 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 20 Oct 2020 10:09:12 +0000 (12:09 +0200)
commit28065881f7ee9673fd3ad1c7700cfca8c46117df
treeef025ecfa7335a6588a2740c07c4b4acb69780bf
parentb54b229e746d4dabd7a99b92a6927d33d9f9371f
hyperv: Use g_auto() for virHashTable in hypervCreateEmbeddedParam

This will allow us to drop 'error' label later.

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