Skip to content

Commit 38f046d

Browse files
author
Edward Thomson
authored
Merge pull request #1357 from kik/disable-leaktest
comment out LEAKS_IDENTIFYER and LEAKS_TRACKING
2 parents 3f9b415 + 8c91bc9 commit 38f046d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/Core/Handles/Libgit2Object.cs

+2-2
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)