| 34 | } |
| 35 | |
| 36 | Database::~Database() { |
| 37 | if (open) addon->dbs.erase(this); |
| 38 | CloseHandles(); |
| 39 | } |
| 40 | |
| 41 | // Whenever this is used, addon->dbs.erase() must be invoked beforehand. |
| 42 | void Database::CloseHandles() { |
nothing calls this directly
no outgoing calls
no test coverage detected