Skip to content

Commit 192cdcd

Browse files
danielmarbachlukebakken
authored andcommitted
Remove unnecessary change
1 parent adff41e commit 192cdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/Impl/ChannelBase.cs

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

565565
ConsumerDispatcher.Dispose();
566-
_rpcSemaphore?.Dispose();
566+
_rpcSemaphore.Dispose();
567567
_confirmSemaphore?.Dispose();
568568
}
569569
}

0 commit comments

Comments
 (0)