Skip to content

Commit 2105150

Browse files
authored
fix bug dispose (#153)
1 parent 3fd0c4a commit 2105150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected override void Dispose(bool disposing)
7878
{
7979
DisposeSocket();
8080

81-
base.Dispose();
81+
base.Dispose(true);
8282
}
8383

8484
private void DisposeSocket()

0 commit comments

Comments
 (0)