VirtualBox

Changeset 5705

Show
Ignore:
Timestamp:
11/12/07 14:58:19 (1 year ago)
Author:
vboxsync
Message:

Free a previously allocated memory #2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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} 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy