We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f9b415 + 8c91bc9 commit 38f046dCopy full SHA for 38f046d
LibGit2Sharp/Core/Handles/Libgit2Object.cs
@@ -5,7 +5,7 @@
5
//
6
// Uncomment the line below or add a conditional symbol to activate this mode
7
8
-#define LEAKS_IDENTIFYING
+// #define LEAKS_IDENTIFYING
9
10
// This activates a more throrough mode which will show the stack trace of the
11
// allocation code path for each handle that has been improperly released.
@@ -15,7 +15,7 @@
15
16
17
18
-#define LEAKS_TRACKING
+// #define LEAKS_TRACKING
19
20
using System;
21
using System.Linq;
0 commit comments