Changeset 42991 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 27, 2012 7:41:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
r42977 r42991 221 221 errorToString(GetLastError()), pszCertFile); 222 222 } 223 RTFileReadAllFree(pvFile, cbFile); 223 224 } 224 225 else 225 226 RTMsgError("RTFileReadAll failed on '%s': %Rrc", pszCertFile, rc); 226 RTFileReadAllFree(pvFile, cbFile);227 227 return fRc; 228 228 }
Note:
See TracChangeset
for help on using the changeset viewer.