| 92 | */ |
| 93 | |
| 94 | void GDALVectorInfoOptionsFree(GDALVectorInfoOptions *psOptions) |
| 95 | { |
| 96 | delete psOptions; |
| 97 | } |
| 98 | |
| 99 | /************************************************************************/ |
| 100 | /* Concat() */ |
no outgoing calls
no test coverage detected