Skip to content

Commit 0dd4b21

Browse files
committed
initialize session to null
1 parent a609a9c commit 0dd4b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/RegistryStates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public enum TYPE {
6666
private EventWaitHandle resumeEventWaitHandle = new ManualResetEvent(false);
6767
private Dictionary<ulong, SortedList<DateTime, List<RegistryStateElement>>> queuedModifications = null;
6868
private Dictionary<ulong, string> kcbModificationKeyNames = null;
69-
private TraceEventSession kernelSession;
69+
private TraceEventSession kernelSession = null;
7070

7171
// Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008
7272
private readonly bool reflectionVersion = Environment.OSVersion.Version >= new Version(5, 1)

0 commit comments

Comments
 (0)