mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
PropagateUploadFileNG: Delete unused map contents to free memory
This commit is contained in:
parent
d76e0ec6d8
commit
7eb43d7f7e
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ void PropagateUploadFileNG::slotPropfindFinished()
|
|||
_jobs.append(job);
|
||||
job->start();
|
||||
}
|
||||
_serverChunks.clear();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue