VirtualBox

Changeset 5636 in vbox


Ignore:
Timestamp:
Nov 7, 2007 11:08:23 AM (17 years ago)
Author:
vboxsync
Message:

Backed out 25962/25963; there is no handle type distinction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r5635 r5636  
    841841        if (SHFL_HANDLE_NIL != handle)
    842842        {
    843             vbsfFreeDirHandle (handle);
     843            vbsfFreeFileHandle (handle);
    844844        }
    845845    }
     
    10541054        {
    10551055            rc = vbsfCloseDir (pHandle);
    1056             vbsfFreeDirHandle(Handle);
    10571056            break;
    10581057        }
     
    10601059        {
    10611060            rc = vbsfCloseFile (pHandle);
    1062             vbsfFreeFileHandle(Handle);
    10631061            break;
    10641062        }
     
    10671065            break;
    10681066    }
     1067    vbsfFreeFileHandle(Handle);
    10691068
    10701069    Log(("vbsfClose: rc = %Rrc\n", rc));
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