Browse Source
preferLocal: false
Co-authored-by: Günther Foidl <gue@korporal.at>
pull/1969/head
Anton Firszov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/ImageSharp/Diagnostics/MemoryDiagnostics.cs
|
|
@ -72,7 +72,7 @@ namespace SixLabors.ImageSharp.Diagnostics |
|
|
ThreadPool.QueueUserWorkItem( |
|
|
ThreadPool.QueueUserWorkItem( |
|
|
stackTrace => undisposedAllocation?.Invoke(stackTrace), |
|
|
stackTrace => undisposedAllocation?.Invoke(stackTrace), |
|
|
allocationStackTrace, |
|
|
allocationStackTrace, |
|
|
preferLocal: true); |
|
|
preferLocal: false); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|