VirtualBox

Changeset 5705 in vbox


Ignore:
Timestamp:
Nov 12, 2007 1:58:19 PM (17 years ago)
Author:
vboxsync
Message:

Free a previously allocated memory #2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/fs-win.cpp

    r5702 r5705  
    333333             pszFsPath, Err, rc));
    334334    }
     335
     336#ifndef RT_DONT_CONVERT_FILENAMES
     337    RTStrUcs2Free(puszFsRoot);
     338#else
     339    RTStrUcs2Free(pszFsRoot);
     340#endif
    335341    return rc;
    336342}
     
    395401    RTStrUcs2Free(pszFsRoot);
    396402#endif
    397 
    398403    return rc;
    399404}
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