| 28 | } |
| 29 | |
| 30 | Database::~Database() { |
| 31 | if (open) addon->dbs.erase(this); |
| 32 | CloseHandles(); |
| 33 | } |
| 34 | |
| 35 | // Whenever this is used, addon->dbs.erase() must be invoked beforehand. |
| 36 | void Database::CloseHandles() { |
nothing calls this directly
no outgoing calls
no test coverage detected