MCPcopy Create free account
hub / github.com/cinder/Cinder / FreeEXRErrorMessage

Function FreeEXRErrorMessage

include/tinyexr/tinyexr.h:8591–8596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8589}
8590
8591void FreeEXRErrorMessage(const char *msg) {
8592 if (msg) {
8593 free(reinterpret_cast<void *>(const_cast<char *>(msg)));
8594 }
8595 return;
8596}
8597
8598void InitEXRHeader(EXRHeader *exr_header) {
8599 if (exr_header == NULL) {

Callers 2

finalizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected