Skip to content

Commit 93dfdc8

Browse files
committed
Remove unnecessary change
1 parent a110021 commit 93dfdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/impl/ChannelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ protected virtual void Dispose(bool disposing)
566566
}
567567

568568
ConsumerDispatcher.Dispose();
569-
_rpcSemaphore?.Dispose();
569+
_rpcSemaphore.Dispose();
570570
_confirmSemaphore?.Dispose();
571571
}
572572
}

0 commit comments

Comments
 (0)