| 107 | } |
| 108 | |
| 109 | struct ComponentParameter** makeComponentParameterList(const ParameterDescriptorList& pList) |
| 110 | { |
| 111 | struct ComponentParameter** params = |
| 112 | (struct ComponentParameter**) malloc((pList.size()+1)*sizeof(struct ComponentParameter*)); |
nothing calls this directly
no outgoing calls
no test coverage detected