|
Lines 20-26
Link Here
|
| 20 |
* alongside any custom parsing routines needed for this component. |
20 |
* alongside any custom parsing routines needed for this component. |
| 21 |
* First though, the whole global Config dependancy tree needs fixing */ |
21 |
* First though, the whole global Config dependancy tree needs fixing */ |
| 22 |
IcmpConfig() : program(NULL), enable(0) {}; |
22 |
IcmpConfig() : program(NULL), enable(0) {}; |
| 23 |
~IcmpConfig() { if (program) delete program; program = NULL; }; |
23 |
~IcmpConfig() { safe_free(program); }; |
| 24 |
|
24 |
|
| 25 |
/* variables */ |
25 |
/* variables */ |
| 26 |
|
26 |
|