mcap
mcap copied to clipboard
cpp: Remove redundant close calls in McapWriter
Changelog
Remove redundant close calls in McapWriter
Docs
Description
Each open method in McapWriter calls close, but in fact, the method that is ultimately called is the open method that takes IWritable as a parameter.