Closed kira-bruneau closed 1 month ago
Lint seems to be breaking with old untouched code. Not related to this PR - just new rules...
Ok! I just created a new PR for that here: https://github.com/ssalonen/cec-rs/pull/50. I can rebase the other PRs once that is in to make it easier to review.
The
libcec_close
call inCecConnection::drop
is unnecessary becauselibcec_destroy
already callslibcec_close
: https://github.com/Pulse-Eight/libcec/blob/libcec-6.0.2/src/libcec/LibCECC.cpp#L53-L61