MCPcopy Create free account
hub / github.com/RenderKit/embree / FreeEXRErrorMessage

Function FreeEXRErrorMessage

tutorials/common/image/tinyexr.h:8596–8601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8594}
8595
8596void FreeEXRErrorMessage(const char *msg) {
8597 if (msg) {
8598 free(reinterpret_cast<void *>(const_cast<char *>(msg)));
8599 }
8600 return;
8601}
8602
8603void InitEXRHeader(EXRHeader *exr_header) {
8604 if (exr_header == NULL) {

Callers 2

loadEXRFunction · 0.85
storeEXRFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected