From c5e24a425c27f7342b97134f1843402c31c18d1f 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 18ba49e4c1..2596e71b06 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 .