- Timestamp:
- Jun 12, 2017 8:21:25 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/testcase/tstDir-3.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstDir-3.cpp
r62477 r67353 95 95 { 96 96 RTPrintf("tstDir-3: cannot create match filter!\n"); 97 RTStrFree(pszFilter1); 97 98 return 1; 98 99 } … … 113 114 if (!cMatch) 114 115 RTPrintf("tstDir-3: filter '%s' gave wrong result count! cMatch=%u\n", pszFilter2, cMatch); 116 117 RTStrFree(pszFilter2); 118 RTStrFree(pszFilter1); 115 119 116 120 if (!rcRet) 117 RTPrintf("tstDir-3: OK\n");121 RTPrintf("tstDir-3: OK\n"); 118 122 return rcRet; 119 123 }
Note:
See TracChangeset
for help on using the changeset viewer.

