release the CS select
| 97 | |
| 98 | // release the CS select |
| 99 | void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } } |
| 100 | |
| 101 | void endTransaction() FL_NOEXCEPT { |
| 102 | waitFully(); |
no outgoing calls
no test coverage detected