Attachments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #15: libusb.diff

File libusb.diff, 278 bytes (added by quozl, 3 years ago)
  • descriptors.c

    old new  
    426426      free(ifp->altsetting); 
    427427    } 
    428428 
     429    if (cf->extra) //greg 
     430      free(cf->extra); 
     431 
    429432    free(cf->interface); 
    430433  } 
    431434  free(dev->config);