MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / freeOutputFormatDescription

Function freeOutputFormatDescription

src_cpp/yaafe-python/yaafecore.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void freeOutputFormatDescription(char* desc)
102{
103 if (desc) {
104 free(desc);
105 desc = NULL;
106 }
107}
108
109struct ComponentParameter** makeComponentParameterList(const ParameterDescriptorList& pList)
110{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected