Merge pull request #9640 from umbraco/v8/bugfix/memory-leak-9348
Fixes a memory leak caused by deep cloning
(cherry picked from commit 824349ae0d)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
667dec454a
commit
0f2db02289
@@ -15,7 +15,7 @@ namespace Umbraco.Core.Models
|
||||
public ContentCultureInfosCollection()
|
||||
: base(x => x.Culture, StringComparer.InvariantCultureIgnoreCase)
|
||||
{ }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Adds or updates a <see cref="ContentCultureInfos"/> instance.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user