Changeset 59846 in vbox
- Timestamp:
- Feb 26, 2016 11:12:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTUri.cpp
r58069 r59846 783 783 else 784 784 RTTestIFailed("#%u: bad testcase; pszCreatedPath is NULL\n", i); 785 RTStrFree(pszPath); 785 786 } 786 787 else if (rc != VERR_PATH_ZERO_LENGTH || RTStrCmp(pszUri, "file://") != 0) … … 813 814 else 814 815 RTTestIFailed("#%u: bad testcase; pszCreatedUri is NULL\n", i); 816 RTStrFree(pszUri); 815 817 } 816 818 else if (rc != VERR_INVALID_POINTER || pszPath != NULL)
Note:
See TracChangeset
for help on using the changeset viewer.