Skip to content

Commit 288f4d7

Browse files
committed
fixup! Removed Leaks configuration
1 parent b2b6fbb commit 288f4d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LibGit2Sharp/Core/Handles/SafeHandleBase.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
//#define LEAKS //Uncomment this or add a conditional symbol to activate this mode
2+
3+
using System;
24
using System.Diagnostics;
35
using System.Globalization;
46
using System.Runtime.ConstrainedExecution;

0 commit comments

Comments
 (0)