From 8c91bc9dfcb67e53f888010d5e18ed4f6b916daa Mon Sep 17 00:00:00 2001 From: kik Date: Fri, 26 Aug 2016 03:59:18 +0900 Subject: [PATCH] comment out LEAKS_IDENTIFYER and LEAKS_TRACKING --- LibGit2Sharp/Core/Handles/Libgit2Object.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LibGit2Sharp/Core/Handles/Libgit2Object.cs b/LibGit2Sharp/Core/Handles/Libgit2Object.cs index 9aae0129c..cbb431a98 100644 --- a/LibGit2Sharp/Core/Handles/Libgit2Object.cs +++ b/LibGit2Sharp/Core/Handles/Libgit2Object.cs @@ -5,7 +5,7 @@ // // Uncomment the line below or add a conditional symbol to activate this mode -#define LEAKS_IDENTIFYING +// #define LEAKS_IDENTIFYING // This activates a more throrough mode which will show the stack trace of the // allocation code path for each handle that has been improperly released. @@ -15,7 +15,7 @@ // // Uncomment the line below or add a conditional symbol to activate this mode -#define LEAKS_TRACKING +// #define LEAKS_TRACKING using System; using System.Linq;