EnviroDIY / ModularSensors

An Arduino library to give environmental sensors a common interface of functions for use with Arduino-framework dataloggers, such as the EnviroDIY Mayfly.
https://envirodiy.github.io/ModularSensors/
Other
81 stars 48 forks source link

AOSongAM2315.cpp memory leak #399

Closed neilh10 closed 2 years ago

neilh10 commented 2 years ago

AOSongAM2315.cpp has a memory leak, my fix is here https://github.com/neilh10/ModularSensors/commit/8c9466447078500c6d35706fdd6c01b82444197d

I'm generating this issue to track it for the master release, I'm still confirming the solution and my tracking is here. https://github.com/neilh10/ModularSensors/issues/102

I can submit a fix if its of interest when I've done some more testing.

SRGDamia1 commented 2 years ago

I cherry-picked your commit with the fix.