mirror of https://gitee.com/openkylin/libvirt.git
* src/qemu_driver.c: patch from Jim Paris removing memory leak
* AUTHORS: updated with Shuveb and Jim Daniel
This commit is contained in:
parent
9112a139df
commit
f9372e9408
2
AUTHORS
2
AUTHORS
|
@ -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....]
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -204,6 +204,7 @@ qemudStartup(void) {
|
|||
qemudShutdown();
|
||||
qemudAutostartConfigs(qemu_driver);
|
||||
|
||||
free(base);
|
||||
return 0;
|
||||
|
||||
snprintf_error:
|
||||
|
|
Loading…
Reference in New Issue