mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
fix memory leak in AssetMappingModel
This commit is contained in:
parent
88ab52d340
commit
49566c8f26
1 changed files with 2 additions and 0 deletions
|
@ -292,6 +292,8 @@ void AssetMappingModel::refresh() {
|
|||
} else {
|
||||
emit errorGettingMappings(request->getErrorString());
|
||||
}
|
||||
|
||||
request->deleteLater();
|
||||
});
|
||||
|
||||
request->start();
|
||||
|
|
Loading…
Reference in a new issue