VirtualBox

Changeset 5633 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Nov 7, 2007 10:58:24 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25961
Message:

Free allocated file/directory handle instead of just removing it from handle table.

File:
1 edited

Legend:

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

    r5258 r5633  
    731731        if (SHFL_HANDLE_NIL != handle)
    732732        {
    733             vbsfFreeHandle (handle);
     733            vbsfFreeFileHandle (handle);
    734734        }
    735735    }
     
    841841        if (SHFL_HANDLE_NIL != handle)
    842842        {
    843             vbsfFreeHandle (handle);
     843            vbsfFreeFileHandle (handle);
    844844        }
    845845    }
     
    10621062        }
    10631063    }
    1064     vbsfFreeHandle(Handle);
     1064    vbsfFreeFileHandle(Handle);
    10651065
    10661066    Log(("vbsfClose: rc = %Rrc\n", rc));
Note: See TracChangeset for help on using the changeset viewer.

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