8000
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 f12a329 commit 8c91bc9Copy full SHA for 8c91bc9
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