Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 0da455d

Browse files
committed
linux dev behavious different than appveyor windows machine
1 parent c7208f3 commit 0da455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostScriptValidator/PostScriptValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class PostScriptValidator : IDisposable
3434
private bool isInitilized;
3535
private bool customGhostscriptlocation;
3636
private bool disposed;
37-
private object lockObject;
37+
private readonly object lockObject = new object();
3838
private const string c_maskedQuote = "\"";
3939
/// <summary>
4040
/// Use this constructor to use the embedded ghostscript binaries on windows, or guess the location on linux

0 commit comments

Comments
 (0)