* src/qemu_driver.c: patch from Jim Paris removing memory leak

* AUTHORS: updated with Shuveb and Jim
Daniel
This commit is contained in:
Daniel Veillard 2007-08-13 09:53:35 +00:00
parent 9112a139df
commit f9372e9408
3 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Patches have also been contributed by:
Masayuki Sunou <fj1826dm@aa.jp.fujitsu.com>
Mark Johnson <johnson.nh@gmail.com>
Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Shuveb Hussain <shuveb@binarykarma.com>
Jim Paris <jim@jtan.com>
[....send patches to get your name here....]

View File

@ -1,3 +1,8 @@
Mon Aug 13 11:55:48 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/qemu_driver.c: patch from Jim Paris removing memory leak
* AUTHORS: updated with Shuveb and Jim
Fri Aug 10 14:25:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/xen_internal.c, src/xen_internal.h, src/xen_unified.c:

View File

@ -204,6 +204,7 @@ qemudStartup(void) {
qemudShutdown();
qemudAutostartConfigs(qemu_driver);
free(base);
return 0;
snprintf_error: