Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LibGit2Sharp/Core/Handles/Libgit2Object.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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;
Expand Down