mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
gui/macOS: Do not leak local url and error objects in edit locally job
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
ebf48b0497
commit
d97b5b5711
@ -87,6 +87,9 @@ void FileProviderEditLocallyJob::openFileProviderFile(const QString &ocId)
|
||||
<< ocId;
|
||||
emit notAvailable();
|
||||
}
|
||||
|
||||
[itemLocalUrl release];
|
||||
[receivedError release];
|
||||
}
|
||||
|
||||
} // namespace OCC::Mac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user