| 125 | } |
| 126 | |
| 127 | PhxSQLClient_LeakyBucket::~PhxSQLClient_LeakyBucket() { |
| 128 | delete m_poConfig, m_poConfig = NULL; |
| 129 | delete m_poDisasterStrategy, m_poDisasterStrategy = NULL; |
| 130 | } |
| 131 | |
| 132 | } |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected