Improvements to device manager
- Mount and unmount devices in lister thread - Safely close watcher and backends for devices - Enable abort loading device - Fix MTP connection
This commit is contained in:
@@ -130,7 +130,6 @@ CollectionModel::CollectionModel(CollectionBackend *backend, Application *app, Q
|
||||
}
|
||||
|
||||
CollectionModel::~CollectionModel() {
|
||||
backend_->Close();
|
||||
delete root_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user