"Daniel P. Berrange" <berrange(a)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.