Skip to content

Commit 8c91bc9

Browse files
committed
comment out LEAKS_IDENTIFYER and LEAKS_TRACKING
1 parent f12a329 commit 8c91bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/Core/Handles/Libgit2Object.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// Uncomment the line below or add a conditional symbol to activate this mode
77

8-
#define LEAKS_IDENTIFYING
8+
// #define LEAKS_IDENTIFYING
99

1010
// This activates a more throrough mode which will show the stack trace of the
1111
// allocation code path for each handle that has been improperly released.
@@ -15,7 +15,7 @@
1515
//
1616
// Uncomment the line below or add a conditional symbol to activate this mode
1717

18-
#define LEAKS_TRACKING
18+
// #define LEAKS_TRACKING
1919

2020
using System;
2121
using System.Linq;

0 commit comments

Comments
 (0)