Skip to content

Commit

Permalink
Update CerDLL.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Jan 31, 2024
1 parent ef66fb3 commit bebb02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DynamoCoreWpf/Utilities/CerDLL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public void Dispose()
DLL.FreeLibrary(m_dll);
m_dll = IntPtr.Zero;
}
Initialized = false;
}

private static bool Initialized;
Expand Down

0 comments on commit bebb02e

Please sign in to comment.