Fix crash in Content Storage async job when someone is using file storage and access cannot be freed

This commit is contained in:
Wojtek Figat
2023-12-07 11:18:18 +01:00
parent d847dfda61
commit 3749b35aba
3 changed files with 20 additions and 6 deletions

View File

@@ -405,7 +405,7 @@ public:
/// <summary>
/// Closes the file handles (it can be modified from the outside).
/// </summary>
void CloseFileHandles();
bool CloseFileHandles();
/// <summary>
/// Releases storage resources and closes handle to the file.