Thu Feb 15 19:05:48 IST 2007 Mark McLoughlin <markmc@redhat.com>

* qemud/conf.c: fix segfault
This commit is contained in:
Mark McLoughlin 2007-02-15 19:05:27 +00:00
parent 7902317a4f
commit 9839cf3798
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Feb 15 19:05:48 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/conf.c: fix segfault
Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/conf.h: move qemudFreeVMDef() down a bit

View File

@ -1558,6 +1558,7 @@ struct qemud_network *qemudLoadNetworkConfigXML(struct qemud_server *server,
return NULL;
}
network->def = def;
newNetwork = 1;
}