| 361 | //------------------------------------------------------------------------------ |
| 362 | |
| 363 | void vtkMySQLQueryInternals::FreeBoundParameters() |
| 364 | { |
| 365 | delete[] this->BoundParameters; |
| 366 | } |
| 367 | |
| 368 | //------------------------------------------------------------------------------ |
| 369 |
no outgoing calls
no test coverage detected