Revision 511d2b14 hw/usb-bt.c

b/hw/usb-bt.c
612 612
{
613 613
    struct USBBtState *s = (struct USBBtState *) dev->opaque;
614 614

  
615
    s->hci->opaque = 0;
616
    s->hci->evt_recv = 0;
617
    s->hci->acl_recv = 0;
615
    s->hci->opaque = NULL;
616
    s->hci->evt_recv = NULL;
617
    s->hci->acl_recv = NULL;
618 618
    qemu_free(s);
619 619
}
620 620

  

Also available in: Unified diff