MCPcopy Create free account
hub / github.com/assimp/assimp / aiReleasePropertyStore

Function aiReleasePropertyStore

code/Common/Assimp.cpp:538–540  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

536
537// ------------------------------------------------------------------------------------------------
538ASSIMP_API void aiReleasePropertyStore(aiPropertyStore *p) {
539 delete reinterpret_cast<PropertyMap *>(p);
540}
541
542// ------------------------------------------------------------------------------------------------
543// Importer::SetPropertyInteger

Callers 1

LoadThreadProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected