Changeset 43651 in vbox
- Timestamp:
- Oct 16, 2012 9:25:28 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/http.cpp
r43645 r43651 93 93 return VERR_INTERNAL_ERROR; 94 94 95 PRTHTTPINTERNAL pHttpInt = (PRTHTTPINTERNAL)RTMemAllocZ(sizeof( PRTHTTPINTERNAL));95 PRTHTTPINTERNAL pHttpInt = (PRTHTTPINTERNAL)RTMemAllocZ(sizeof(RTHTTPINTERNAL)); 96 96 if (!pHttpInt) 97 97 return VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.