On Tue, Aug 17, 2021 at 02:25:27PM +0200, Ján Tomko wrote:
Use g_auto for the remaining users of xmlFreeDoc and
xmlXPathFreeContext. Also, remove redundant labels where easily
possible.
Ján Tomko (6):
conf: virCPUDefListParse: reduce scope of variables
conf: refactor virNetworkLoadState
Use g_auto for xmlXPathContext everywhere
Use g_auto for xmlFreeDoc everywhere
Use g_autofree in affected functions
Remove redundant labels
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>