| 465 | } |
| 466 | |
| 467 | void NpFactory::releaseConnectorArray(NpConnectorArray* array) |
| 468 | { |
| 469 | Ps::MutexT<>::ScopedLock l(mConnectorArrayPoolLock); |
| 470 | mConnectorArrayPool.destroy(array); |
| 471 | } |
| 472 | |
| 473 | /////////////////////////////////////////////////////////////////////////////// |
| 474 |
no test coverage detected