| 13 | } |
| 14 | |
| 15 | Backup::~Backup() { |
| 16 | if (alive) db->RemoveBackup(this); |
| 17 | CloseHandles(); |
| 18 | } |
| 19 | |
| 20 | // Whenever this is used, db->RemoveBackup must be invoked beforehand. |
| 21 | void Backup::CloseHandles() { |
nothing calls this directly
no test coverage detected