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