From e033f84b50025fe3e5e40cd1e31d4850e893d2cf Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Mon, 2 Jan 2017 10:16:28 +0000 Subject: [PATCH] make SyncRoot instance level --- src/ImageSharp/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Configuration.cs b/src/ImageSharp/Configuration.cs index 18ba49e4c..2596e71b0 100644 --- a/src/ImageSharp/Configuration.cs +++ b/src/ImageSharp/Configuration.cs @@ -26,7 +26,7 @@ namespace ImageSharp /// /// An object that can be used to synchronize access to the . /// - private static readonly object SyncRoot = new object(); + private readonly object SyncRoot = new object(); /// /// The list of supported .