Skip to content

rs485echo: free receive buffer

Felix Gerking requested to merge review-rs485echo into dunfell

Although it is done in the cleanup() code it is better style to free the memory in the code path where it was allocated and not used anymore.

Merge request reports