Skip to content

Commit

Permalink
fix bug dispose (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngRajabi committed Nov 7, 2021
1 parent 3fd0c4a commit 2105150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected override void Dispose(bool disposing)
{
DisposeSocket();

base.Dispose();
base.Dispose(true);
}

private void DisposeSocket()
Expand Down

0 comments on commit 2105150

Please sign in to comment.