Browse Source

Update src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs

Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/2327/head
Stefan Nikolei 4 years ago
committed by GitHub
parent
commit
8f18e35960
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs

2
src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs

@ -141,7 +141,7 @@ internal abstract partial class MemoryGroup<T>
return; return;
} }
this.View?.Invalidate(); this.View.Invalidate();
if (this.groupLifetimeGuard != null) if (this.groupLifetimeGuard != null)
{ {

Loading…
Cancel
Save