| 7 | |
| 8 | |
| 9 | RAROptions::~RAROptions() |
| 10 | { |
| 11 | // It is important for security reasons, so we do not have the unnecessary |
| 12 | // password data left in memory. |
| 13 | memset(this,0,sizeof(RAROptions)); |
| 14 | } |
| 15 | |
| 16 | |
| 17 | void RAROptions::Init() |
nothing calls this directly
no outgoing calls
no test coverage detected