MCPcopy Create free account
hub / github.com/acl-dev/acl / ReleaseString

Function ReleaseString

lib_fiber/cpp/src/detours/image.cpp:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342static VOID ReleaseString(_In_opt_ LPCSTR psz)
343{
344 if (psz != NULL) {
345 delete[] psz;
346 }
347}
348
349//////////////////////////////////////////////////////////////////////////////
350//

Callers 1

EditImportsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…