| 174 | } |
| 175 | |
| 176 | CCallVariable::~CCallVariable() |
| 177 | { |
| 178 | if(M_matchingValue != nullptr) { |
| 179 | delete [] M_matchingValue; |
| 180 | } |
| 181 | M_matchingValue = nullptr; |
| 182 | free(M_stringValue); |
| 183 | } |
| 184 | |
| 185 | #define LEVEL_BITS 8 |
| 186 |
nothing calls this directly
no outgoing calls
no test coverage detected