Free the macvtap mode string

* src/conf/domain_conf.c: forgot to free the attribute value in
  virDomainNetDefParseXML()
This commit is contained in:
Stefan Berger 2010-03-01 13:09:42 +01:00 committed by Daniel Veillard
parent 74e3b5578e
commit b769339295

View File

@ -1974,6 +1974,7 @@ cleanup:
VIR_FREE(type);
VIR_FREE(internal);
VIR_FREE(devaddr);
VIR_FREE(mode);
return def;