| 340 | } |
| 341 | |
| 342 | static VOID ReleaseString(_In_opt_ LPCSTR psz) |
| 343 | { |
| 344 | if (psz != NULL) { |
| 345 | delete[] psz; |
| 346 | } |
| 347 | } |
| 348 | |
| 349 | ////////////////////////////////////////////////////////////////////////////// |
| 350 | // |
no outgoing calls
no test coverage detected
searching dependent graphs…