Changeset 5702 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 12, 2007 11:29:04 AM (17 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r4636 r5702 662 662 else 663 663 rc = RTErrConvertFromErrno(errno); 664 rtPathFreeNative(pszNativePath); 664 665 } 665 666 … … 739 740 } 740 741 } 742 rtPathFreeNative(pszNativePath); 741 743 } 742 744 -
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r5428 r5702 389 389 pszFsPath, Err, rc)); 390 390 } 391 392 #ifndef RT_DONT_CONVERT_FILENAMES 393 RTStrUcs2Free(puszFsRoot); 394 #else 395 RTStrUcs2Free(pszFsRoot); 396 #endif 397 391 398 return rc; 392 399 } -
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r5428 r5702 224 224 return rc; 225 225 } 226 RTStrUcs2Free(puszPath); 226 227 #else 227 228 if (!GetFileAttributesExA(pszPath, GetFileExInfoStandard, &Data))
Note:
See TracChangeset
for help on using the changeset viewer.