We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ad523 commit 11638c0Copy full SHA for 11638c0
src/shared/Microsoft.Git.CredentialManager/Interop/LibGit2.cs
@@ -91,7 +91,6 @@ public string GetRepositoryPath(string path)
91
92
protected override void ReleaseUnmanagedResources()
93
{
94
- _trace.WriteLine("Shutting-down libgit2...");
95
git_libgit2_shutdown();
96
base.ReleaseUnmanagedResources();
97
}
@@ -299,9 +298,9 @@ protected override void ReleaseUnmanagedResources()
299
298
300
unsafe
301
302
- _trace.WriteLine("Disposing Git configuration...");
303
git_config_free(_snapshot);
304
git_config_free(_config);
+ base.ReleaseUnmanagedResources();
305
306
307
0 commit comments