edlins / libPCA9685

superfast PCA9685 library for Debian platforms. developed on Raspbian on a Pi B+.
MIT License
13 stars 8 forks source link

Fix _PCA9685_writeI2CReg memory leak #77

Closed jmagers closed 9 months ago

jmagers commented 5 years ago

Fixes the case where rawBuf is not freed when (ret != 0) in _PCA9685_writeI2CReg()

edlins commented 9 months ago

Hello! Thank you for your contribution! I just implemented a workflow action on this repo. Can you please merge the current develop branch into your PR to trigger the workflow?