Searched refs:new_unref_list (Results 1 – 1 of 1) sorted by relevance
1407 libusb_device **unref_list, **new_unref_list; in winusb_get_device_list() local1679 new_unref_list = realloc(unref_list, (unref_size + UNREF_SIZE_STEP) * sizeof(void *)); in winusb_get_device_list()1680 if (new_unref_list == NULL) { in winusb_get_device_list()1684 unref_list = new_unref_list; in winusb_get_device_list()