Changeset 28911 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 29, 2010 4:49:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r28910 r28911 849 849 else 850 850 rc = VERR_GENERAL_FAILURE; 851 rtPathFreeNative(pszNativePath );851 rtPathFreeNative(pszNativePath, pszPath); 852 852 } 853 853 return RT_SUCCESS(rc); … … 900 900 if (chdir(pszNativePath)) 901 901 rc = RTErrConvertFromErrno(errno); 902 rtPathFreeNative(pszNativePath );903 } 904 return rc; 905 } 906 902 rtPathFreeNative(pszNativePath, pszPath); 903 } 904 return rc; 905 } 906
Note:
See TracChangeset
for help on using the changeset viewer.