Changeset 2768
- Timestamp:
- 7/3/2012 4:34:14 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/EraserService/Eraser.Manager/RemoteExecutor.cs
r2767 r2768 91 91 { 92 92 ServerChannel.StopListening(null); 93 GlobalMutex.Close(); 94 GlobalMutex = null; 93 if (GlobalMutex != null) 94 { 95 GlobalMutex.Close(); 96 GlobalMutex = null; 97 } 95 98 } 96 99
Note: See TracChangeset
for help on using the changeset viewer.
