diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 78dafc487d..64f525fc08 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -9682,12 +9682,10 @@ virDomainFSDefParseXML(virDomainXMLOption *xmlopt, xmlNodePtr driver_node = NULL; xmlNodePtr source_node = NULL; g_autofree char *type = NULL; - g_autofree char *fsdriver = NULL; g_autofree char *source = NULL; g_autofree char *target = NULL; g_autofree char *format = NULL; g_autofree char *accessmode = NULL; - g_autofree char *wrpolicy = NULL; g_autofree char *usage = NULL; g_autofree char *units = NULL; g_autofree char *model = NULL;