| 2595 | } |
| 2596 | |
| 2597 | void fxDeleteRegExp(void* the, txInteger* code, txInteger* data) |
| 2598 | { |
| 2599 | if (!the) { |
| 2600 | if (code) |
| 2601 | c_free(code); |
| 2602 | if (data) |
| 2603 | c_free(data); |
| 2604 | } |
| 2605 | } |
| 2606 | |
| 2607 | // MATCH |
| 2608 |
no outgoing calls
no test coverage detected