Browse Source

Don't call FormattingObjectPool.VerifyAllReturned (#20774)

pull/19747/merge
Julien Lebosquain 3 weeks ago
committed by GitHub
parent
commit
1c0efbdc41
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/Avalonia.Base/Media/TextFormatting/TextLayout.cs

1
src/Avalonia.Base/Media/TextFormatting/TextLayout.cs

@ -627,7 +627,6 @@ namespace Avalonia.Media.TextFormatting
finally
{
objectPool.TextLines.Return(ref textLines);
objectPool.VerifyAllReturned();
}
}

Loading…
Cancel
Save