System.OutOfMemoryException in revision colection

Good day
when I go through Revisions and define their Group, I get this exception

could you take a look at it for me.

Code:

foreach (var rev in doc.Range.Revisions)
{
    if (rev.RevisionType == RevisionType.FormatChange)
    {
        if (!_iBlAsposeWork.IsRevisionStrikethrough(rev))
        {
public bool IsRevisionStrikethrough(Revision rev)
{
    if (rev.Group != null)
    {
        if (rev.Group.Text.ToLower().Contains("strikethrough"))
            return true;
    }
    return false;
}

T.

@benestom Could you please attach the problematic document here for testing? We will check the issue and provide you more information.

4P002g.docx (1009.8 KB)

this is doc.docx

@benestom Thank you for additional information.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26320

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as WORDSNET-26320) have been fixed in this Aspose.Words for .NET 24.1 update also available on NuGet.