]> xenbits.xensource.com Git - libvirt.git/commit
conf: convert VIR_FREE to g_free in other functions that free their arg
authorLaine Stump <laine@redhat.com>
Tue, 9 Feb 2021 17:20:57 +0000 (12:20 -0500)
committerLaine Stump <laine@redhat.com>
Fri, 12 Feb 2021 17:10:38 +0000 (12:10 -0500)
commit11c48fe6eb326e6f9d11d269345060e2b7c758af
tree8b0a9548ab75cbc7980bc1124222acb5f073c68b
parente5339e38ca29d3e1a788d19b2716ae6a49d00b2e
conf: convert VIR_FREE to g_free in other functions that free their arg

Previous patches have converted VIR_FREE to g_free in functions with
names ending in Free() and Dispose(), but there are a few similar
functions with names that don't fit that pattern, but server the same
purpose (and thus can survive the same conversion). in particular
*Free*(), and *Unref().

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/capabilities.c