| 99 | } |
| 100 | |
| 101 | void freeOutputFormatDescription(char* desc) |
| 102 | { |
| 103 | if (desc) { |
| 104 | free(desc); |
| 105 | desc = NULL; |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | struct ComponentParameter** makeComponentParameterList(const ParameterDescriptorList& pList) |
| 110 | { |
nothing calls this directly
no outgoing calls
no test coverage detected