Fix memory leaks
This commit is contained in:
@@ -68,6 +68,7 @@ SCollection::~SCollection() {
|
||||
watcher_->deleteLater();
|
||||
watcher_thread_->exit();
|
||||
watcher_thread_->wait(5000 /* five seconds */);
|
||||
backend_->deleteLater();
|
||||
}
|
||||
|
||||
void SCollection::Init() {
|
||||
|
||||
Reference in New Issue
Block a user