
27 May
2008
27 May
'08
2:10 p.m.
"Daniel P. Berrange" <berrange@redhat.com> wrote:
The capabilities.c file was not checking for NULL pointers when cleaning up after some failed allocations, and so deferencing a NULL.
The qparams.c file was not calling virRaiseError upon failure so there wasn't any indication of why it failed
The qemu_conf.c file was not free'ing the sound card data in several places
Looks fine. ACK.