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:
Claudio Cambra 2025-03-26 13:26:38 +01:00 committed by backportbot[bot]
parent ebf48b0497
commit d97b5b5711

View File

@ -87,6 +87,9 @@ void FileProviderEditLocallyJob::openFileProviderFile(const QString &ocId)
<< ocId;
emit notAvailable();
}
[itemLocalUrl release];
[receivedError release];
}
} // namespace OCC::Mac