mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* src/qemu_driver.c: patch from Jim Paris removing memory leak
* AUTHORS: updated with Shuveb and Jim Daniel
This commit is contained in:
2
AUTHORS
2
AUTHORS
@@ -35,6 +35,8 @@ Patches have also been contributed by:
|
|||||||
Masayuki Sunou <fj1826dm@aa.jp.fujitsu.com>
|
Masayuki Sunou <fj1826dm@aa.jp.fujitsu.com>
|
||||||
Mark Johnson <johnson.nh@gmail.com>
|
Mark Johnson <johnson.nh@gmail.com>
|
||||||
Christian Ehrhardt <ehrhardt@linux.vnet.ibm.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....]
|
[....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>
|
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:
|
* src/xen_internal.c, src/xen_internal.h, src/xen_unified.c:
|
||||||
|
|||||||
@@ -204,6 +204,7 @@ qemudStartup(void) {
|
|||||||
qemudShutdown();
|
qemudShutdown();
|
||||||
qemudAutostartConfigs(qemu_driver);
|
qemudAutostartConfigs(qemu_driver);
|
||||||
|
|
||||||
|
free(base);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
snprintf_error:
|
snprintf_error:
|
||||||
|
|||||||
Reference in New Issue
Block a user