VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 6:00:27 PM (8 years ago)
Author:
vboxsync
Message:

HostDrivers: scm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp

    r60639 r62466  
    844844
    845845    /* Clean up. */
    846     if (pUrb) 
     846    if (pUrb)
    847847        VBoxUsbToolUrbFree(pUrb);
    848848    if (pNewIFInfo)
     
    850850    if (pNewPipeInfo)
    851851        vboxUsbMemFree(pNewPipeInfo);
    852    
     852
    853853    return Status;
    854854}
     
    10901090
    10911091                /* If a control URB was successfully completed on the default control
    1092                  * pipe, stash away the handle. When submitting the URB, we don't need 
    1093                  * to know (and initially don't have) the handle. If we want to abort 
    1094                  * the default control pipe, we *have* to have a handle. This is how we 
    1095                  * find out what the handle is. 
     1092                 * pipe, stash away the handle. When submitting the URB, we don't need
     1093                 * to know (and initially don't have) the handle. If we want to abort
     1094                 * the default control pipe, we *have* to have a handle. This is how we
     1095                 * find out what the handle is.
    10961096                 */
    10971097                if (!pUrbInfo->ep && (pDevExt->Rt.hPipe0 == NULL))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette